Implemented MIPS64r6 instructions BLTC and BLTUC.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with the missing disassembler test cases added and the dissassembly of BLTC corrected to add both register operands
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | ||
---|---|---|
558–570 | BLTC needs two register operands but only one is added. If you add the missing testcase to test/MC/Disassembler/Mips/mips{32,64}r6.txt you will probably find that the disassembler crashes with the current code. |
Comment Actions
Fixed RS operand issue in decoder method of BLTC. Disassembler tests added for both BLTC and BLTUC.
BLTC needs two register operands but only one is added. If you add the missing testcase to test/MC/Disassembler/Mips/mips{32,64}r6.txt you will probably find that the disassembler crashes with the current code.