On 26/10/24 14:53, Philippe Mathieu-Daudé wrote:
Philippe Mathieu-Daudé (9):
target/mips: Extract decode_64bit_enabled() helper
target/mips: Simplify Loongson MULTU.G opcode
target/mips: Re-introduce OPC_ADDUH_QB_DSP and OPC_MUL_PH_DSP
target/mips: Convert Loongson DDIV.G opcodes to
On 26/10/24 14:53, Philippe Mathieu-Daudé wrote:
target/mips/tcg/translate.h | 3 +
target/mips/tcg/godson2.decode| 27 +++
target/mips/tcg/loong-ext.decode | 28 +++
target/mips/tcg/loong_translate.c | 271 ++
target/mips/tcg/translate.c |
Missing review: 1 & 9
Since v2:
- Extract decode_64bit_enabled()
- Remove unreachable 32-bit code
Since v1:
- Fixed '!is_double' check (rth)
- Rebased (removing tcg_temp_free calls)
- Simplified MULT[U].G (rth)
- Added R-b
Philippe Mathieu-Daudé (9):
target/mips: Extract decode_64bit_enabled()