tcg: Bring back tcg_out_op for aarch64

This commit is contained in:
Matt Borgerson
2026-01-18 16:51:54 -07:00
parent ba4cfa1ef1
commit 10ebe39f2f
+7
View File
@@ -2893,6 +2893,13 @@ static const TCGOutOpStore outop_st = {
.out_r = tcg_out_st,
};
static inline 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])
{
g_assert_not_reached();
}
static void tcg_out_vec_op(TCGContext *s, TCGOpcode opc,
unsigned vecl, unsigned vece,
const TCGArg args[TCG_MAX_OP_ARGS],