You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/tricore
Philippe Mathieu-Daudé 96ce24da68 target/tricore: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
Directly use tcg_constant_tl() for constant integer,
this save a call to tcg_gen_movi_tl().

Inspired-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20241004202621.4321-3-philmd@linaro.org>
2 months ago
..
Kconfig meson: Introduce target-specific Kconfig 3 years ago
cpu-param.h target/tricore: Remove `NB_MMU_MODES` define 2 years ago
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 1 year ago
cpu.c accel/tcg: Make cpu_exec_interrupt hook mandatory 5 months ago
cpu.h include/exec: Implement cpu_mmu_index generically 10 months ago
csfr.h.inc other architectures: spelling fixes 1 year ago
fpu_helper.c target/tricore: Implement hptof insn 1 year ago
gdbstub.c target/tricore: Use explicit little-endian LD/ST API 2 months ago
helper.c exec/cpu: Extract page-protection definitions to page-protection.h 7 months ago
helper.h target/tricore: Implement hptof insn 1 year ago
meson.build meson: Rename target_softmmu_arch -> target_system_arch 1 year ago
op_helper.c target/tricore: Use unsigned types for bitops in helper_eq_b() 4 months ago
translate.c target/tricore: Use tcg_constant_tl() instead of tcg_gen_movi_tl() 2 months ago
tricore-defs.h tcg: Split out target/arch/cpu-param.h 6 years ago
tricore-opcodes.h target/tricore: Implement hptof insn 1 year ago