qemu-e2k/target/mips
Huacai Chen 8a805609d1 target/mips: Add unaligned access support for MIPS64R6 and Loongson-3
MIPSR6 (not only MIPS32R6) processors support unaligned access in
hardware, so set MO_UNALN in their default_tcg_memop_mask. Btw, new
Loongson-3 (such as Loongson-3A4000) also support unaligned access,
since both old and new Loongson-3 use the same binaries, we can simply
set MO_UNALN for all Loongson-3 processors.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <1604053541-27822-3-git-send-email-chenhc@lemote.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
2020-11-03 16:51:13 +01:00
..
cp0_helper.c target/mips: Fix Lesser GPL version number 2020-11-03 16:51:13 +01:00
cp0_timer.c target/mips: Move cp0_count_ns to CPUMIPSState 2020-10-17 11:13:15 +02:00
cpu-param.h
cpu-qom.h
cpu.c target/mips/cpu: Display warning when CPU is used without input clock 2020-10-17 13:59:40 +02:00
cpu.h target/mips/cpu: Introduce mips_cpu_create_with_clock() helper 2020-10-17 13:59:40 +02:00
dsp_helper.c target/mips: Fix Lesser GPL version number 2020-11-03 16:51:13 +01:00
fpu_helper.c target/mips: Fix Lesser GPL version number 2020-11-03 16:51:13 +01:00
gdbstub.c target/mips: Fix Lesser GPL version number 2020-11-03 16:51:13 +01:00
helper.c target/mips: Fix Lesser GPL version number 2020-11-03 16:51:13 +01:00
helper.h
internal.h target/mips: Move cpu_mips_get_random() with CP0 helpers 2020-10-17 11:13:15 +02:00
kvm_mips.h
kvm.c
lmmi_helper.c target/mips: Fix Lesser GPL version number 2020-11-03 16:51:13 +01:00
machine.c
meson.build
mips-defs.h
mips-semi.c target/mips: Fix Lesser GPL version number 2020-11-03 16:51:13 +01:00
msa_helper.c target/mips: Fix Lesser GPL version number 2020-11-03 16:51:13 +01:00
op_helper.c target/mips: Fix Lesser GPL version number 2020-11-03 16:51:13 +01:00
TODO
trace-events
trace.h
translate_init.c.inc target/mips: Fix Lesser GPL version number 2020-11-03 16:51:13 +01:00
translate.c target/mips: Add unaligned access support for MIPS64R6 and Loongson-3 2020-11-03 16:51:13 +01:00