qemu/target
Richard Henderson bb09b540c4 target/rx: Use cpu_psw_z as temp in flags computation
Since PSW_Z = PSW_S, we can move that assignment to the end
and use PSW_Z as a temporary while computing PSW_O.
Use tcg_constant_i32 instead of tcg_const_i32.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-03-13 06:44:37 -07:00
..
alpha target/alpha: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
arm target/arm: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
avr target/avr: Avoid use of tcg_const_i32 throughout 2023-03-13 06:44:37 -07:00
cris target/cris: Avoid use of tcg_const_i32 throughout 2023-03-13 06:44:37 -07:00
hexagon target/hexagon: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
hppa target/hppa: Avoid use of tcg_const_i32 throughout 2023-03-13 06:44:37 -07:00
i386 target/i386: Avoid use of tcg_const_* throughout 2023-03-13 06:44:37 -07:00
loongarch target/loongarch: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
m68k target/m68k: Avoid tcg_const_* throughout 2023-03-13 06:44:37 -07:00
microblaze target/microblaze: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
mips target/mips: Avoid tcg_const_* throughout 2023-03-13 06:44:37 -07:00
nios2 target/nios2: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
openrisc target/openrisc: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
ppc target/ppc: Avoid tcg_const_i64 in do_vector_shift_quad 2023-03-13 06:44:37 -07:00
riscv target/riscv: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
rx target/rx: Use cpu_psw_z as temp in flags computation 2023-03-13 06:44:37 -07:00
s390x target/s390x: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
sh4 target/sh4: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
sparc target/sparc: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
tricore target/tricore: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
xtensa target/xtensa: Remove NB_MMU_MODES define 2023-03-13 06:44:37 -07:00
Kconfig hw/loongarch: Add support loongson3 virt machine type. 2022-06-06 18:09:03 +00:00
meson.build target/loongarch: Add target build suport 2022-06-06 18:09:03 +00:00