mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
tcg: Convert extract2 to TCGOutOpExtract2
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
4d137ff819
commit
c8f9f70047
23 changed files with 97 additions and 77 deletions
|
@ -2273,6 +2273,11 @@ static const TCGOutOpExtract outop_sextract = {
|
|||
.out_rr = tgen_sextract,
|
||||
};
|
||||
|
||||
static const TCGOutOpExtract2 outop_extract2 = {
|
||||
.base.static_constraint = C_NotImplemented,
|
||||
};
|
||||
|
||||
|
||||
static void tcg_out_op(TCGContext *s, TCGOpcode opc, TCGType type,
|
||||
const TCGArg args[TCG_MAX_OP_ARGS],
|
||||
const int const_args[TCG_MAX_OP_ARGS])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue