qemu-patch-raspberry4/tcg/ppc
Richard Henderson 4e18617555 tcg: Increase tcg_out_dupi_vec immediate to int64_t
While we don't store more than tcg_target_long in TCGTemp,
we shouldn't be limited to that for code generation.  We will
be able to use this for INDEX_op_dup2_vec with 2 constants.

Also pass along the minimal vece that may be said to apply
to the constant.  This allows some simplification in the
various backends.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-01-13 08:39:08 -10:00
..
tcg-target.c.inc tcg: Increase tcg_out_dupi_vec immediate to int64_t 2021-01-13 08:39:08 -10:00
tcg-target.h tcg: Remove TCG_TARGET_SUPPORT_MIRROR 2021-01-07 05:09:42 -10:00
tcg-target.opc.h tcg/ppc: Implement INDEX_op_rot[lr]v_vec 2020-06-02 08:42:37 -07:00