qemu-e2k/include/tcg
Richard Henderson fecccfcc54 tcg: Split INDEX_op_qemu_{ld,st}* for guest address size
For 32-bit hosts, we cannot simply rely on TCGContext.addr_bits,
as we need one or two host registers to represent the guest address.

Create the new opcodes and update all users.  Since we have not
yet eliminated TARGET_LONG_BITS, only one of the two opcodes will
ever be used, so we can get away with treating them the same in
the backends.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-05-16 20:07:20 -07:00
..
tcg-cond.h tcg: expose TCGCond manipulation routines 2021-06-19 14:51:51 -07:00
tcg-gvec-desc.h
tcg-ldst.h accel/tcg: Widen tcg-ldst.h addresses to uint64_t 2023-05-16 16:30:29 -07:00
tcg-mo.h
tcg-op-gvec.h tcg: Add tcg_gen_gvec_rotrs 2023-05-02 13:05:45 -07:00
tcg-op.h tcg: Remove TCGv from tcg_gen_atomic_* 2023-05-16 19:54:41 -07:00
tcg-opc.h tcg: Split INDEX_op_qemu_{ld,st}* for guest address size 2023-05-16 20:07:20 -07:00
tcg-temp-internal.h tcg: Create tcg/tcg-temp-internal.h 2023-03-13 06:42:05 -07:00
tcg.h tcg: Add addr_type to TCGContext 2023-05-16 16:30:29 -07:00