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/hppa
Helge Deller 5c27cbd7b2 target/hppa: Speed up hppa_is_pa20()
Although the hppa_is_pa20() helper is costly due to string comparisons
in object_dynamic_cast(), it is called quite often during memory lookups
and at each start of a block of instruction translations.
Speed hppa_is_pa20() up by calling object_dynamic_cast() only once at
CPU creation and store the result in the is_pa20 of struct CPUArchState.

Signed-off-by: Helge Deller <deller@gmx.de>
Co-developed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20241231190620.24442-7-philmd@linaro.org>
1 week ago
..
Kconfig meson: Introduce target-specific Kconfig 4 years ago
cpu-param.h license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later 4 months ago
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 1 year ago
cpu.c target/hppa: Speed up hppa_is_pa20() 1 week ago
cpu.h target/hppa: Speed up hppa_is_pa20() 1 week ago
fpu_helper.c target/hppa: Set default NaN pattern explicitly 1 month ago
gdbstub.c linux-user/hppa: Force all code addresses to PRIV_USER 8 months ago
helper.c target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64 5 months ago
helper.h target/hppa: Adjust priv for B,GATE at runtime 8 months ago
insns.decode target/hppa: Add diag instructions to set/restore shadow registers 10 months ago
int_helper.c target/hppa: Add MemOp argument to hppa_get_physical_address 3 months ago
machine.c target/hppa: Constify VMState in machine.c 1 year ago
mem_helper.c target/hppa: Implement TCGCPUOps.tlb_fill_align 3 months ago
meson.build meson: Rename target_softmmu_arch -> target_system_arch 1 year ago
op_helper.c accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (3/4) 1 month ago
sys_helper.c include: Rename sysemu/ -> system/ 1 month ago
trace-events target/hppa: Add pa2.0 cpu local tlb flushes 1 year ago
trace.h trace: switch position of headers to what Meson requires 4 years ago
translate.c accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_core 4 weeks ago