]> Git Repo - qemu.git/commit
target/mips: Legalize Loongson insn flags
authorJiaxun Yang <[email protected]>
Sun, 14 Jun 2020 08:00:46 +0000 (16:00 +0800)
committerAleksandar Markovic <[email protected]>
Mon, 15 Jun 2020 18:31:25 +0000 (20:31 +0200)
commit8e2d5831e4b53720d4846aca9eabe3652e7192af
tree35d0b465dad21d5a258ec018964863bfd85e457b
parent7d3660e79830a069f1848bb4fa1cdf8f666424fb
target/mips: Legalize Loongson insn flags

To match the actual status of Loongson insn, we split flags
for LMMI and LEXT from INSN_LOONGSON2F.

As Loongson-2F only implemented interger part of LEXT, we'll
not enable LEXT for the processor, but instead we're still using
INSN_LOONGSON2F as switch flag of these instructions.

All multimedia instructions have been moved to LMMI flag. Loongson-2F
and Loongson-3A are sharing these instructions.

Signed-off-by: Jiaxun Yang <[email protected]>
Reviewed-by: Aleksandar Markovic <[email protected]>
Signed-off-by: Aleksandar Markovic <[email protected]>
Message-Id: <20200614080049[email protected]>
target/mips/mips-defs.h
target/mips/translate.c
This page took 0.024233 seconds and 4 git commands to generate.