qemu-e2k/tcg
Richard Henderson 7212812263 tcg/arm: Adjust constraints on qemu_ld/st
Always reserve r3 for tlb softmmu lookup.  Fix a bug in user-only
ALL_QLDST_REGS, in that r14 is clobbered by the BLNE that leads
to the misaligned trap.  Remove r0+r1 from user-only ALL_QLDST_REGS;
I believe these had been reserved for bswap, which we no longer
perform during qemu_st.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-05-16 15:21:39 -07:00
..
aarch64 tcg/aarch64: Use full load/store helpers in user-only mode 2023-05-16 15:21:39 -07:00
arm tcg/arm: Adjust constraints on qemu_ld/st 2023-05-16 15:21:39 -07:00
i386 tcg/i386: Use full load/store helpers in user-only mode 2023-05-16 15:21:39 -07:00
loongarch64 tcg/loongarch64: Use full load/store helpers in user-only mode 2023-05-16 15:21:39 -07:00
mips tcg: Unify helper_{be,le}_{ld,st}* 2023-05-16 15:21:39 -07:00
ppc tcg/ppc: Use full load/store helpers in user-only mode 2023-05-16 15:21:39 -07:00
riscv tcg/riscv: Use full load/store helpers in user-only mode 2023-05-16 15:21:39 -07:00
s390x tcg: Unify helper_{be,le}_{ld,st}* 2023-05-16 15:21:39 -07:00
sparc64 tcg: Unify helper_{be,le}_{ld,st}* 2023-05-16 15:21:39 -07:00
tci Document that -singlestep command line option is deprecated 2023-05-02 15:47:40 +01:00
meson.build
optimize.c tcg: Replace tcg_abort with g_assert_not_reached 2023-04-23 08:17:46 +01:00
region.c
tcg-common.c
tcg-internal.h tcg: Replace REG_P with arg_loc_reg_p 2023-05-05 17:21:03 +01:00
tcg-ldst.c.inc tcg: Move TCGLabelQemuLdst to tcg.c 2023-05-05 17:21:03 +01:00
tcg-op-gvec.c tcg: Add tcg_gen_gvec_rotrs 2023-05-02 13:05:45 -07:00
tcg-op-vec.c
tcg-op.c tcg: Add 128-bit guest memory primitives 2023-05-16 15:21:39 -07:00
tcg-pool.c.inc
tcg.c accel/tcg: Implement helper_{ld,st}*_mmu for user-only 2023-05-16 15:21:39 -07:00
tci.c tcg/tci: Use helper_{ld,st}*_mmu for user-only 2023-05-16 15:21:39 -07:00