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/loongarch/tcg/insn_trans
WANG Rui 96e7448c1f target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro
This patch replaces uses of the generic TRANS macro with TRANS64 for
instructions that are only valid when 64-bit support is available.

This improves correctness and avoids potential assertion failures or
undefined behavior during translation on 32-bit-only configurations.

Signed-off-by: WANG Rui <wangrui@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
2 weeks ago
..
trans_arith.c.inc target/loongarch: move translate modules to tcg/ 2 years ago
trans_atomic.c.inc target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro 2 weeks ago
trans_bit.c.inc target/loongarch: move translate modules to tcg/ 2 years ago
trans_branch.c.inc target/loongarch: Guard BCEQZ/BCNEZ instructions with FP feature 5 months ago
trans_extra.c.inc target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro 2 weeks ago
trans_farith.c.inc target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro 2 weeks ago
trans_fcmp.c.inc target/loongarch: add check for fcond 3 months ago
trans_fcnv.c.inc target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro 2 weeks ago
trans_fmemory.c.inc target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro 2 weeks ago
trans_fmov.c.inc target/loongarch: move translate modules to tcg/ 2 years ago
trans_memory.c.inc target/loongarch: move translate modules to tcg/ 2 years ago
trans_privileged.c.inc target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro 2 weeks ago
trans_shift.c.inc target/loongarch: Guard 64-bit-only insn translation with TRANS64 macro 2 weeks ago
trans_vec.c.inc target/loongarch: Fix [X]VLDI raising exception incorrectly 1 month ago