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:
Richard Henderson 2025-01-12 21:30:10 -08:00
parent 4d137ff819
commit c8f9f70047
23 changed files with 97 additions and 77 deletions

View file

@ -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])