Implement disassembler support for microMIPS 16-bit instructions LI16, ADDIUR1SP, ADDIUR2 and ADDIUS5.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | ||
---|---|---|
291 ↗ | (On Diff #16649) | You can place all parameters on 2 lines. |
296 ↗ | (On Diff #16649) | Same here (and several cases below). |
1446 ↗ | (On Diff #16649) | You don't need this instruction. Insn already contains 3-bit value extracted from the corresponding 3-bit instruction field. |
1460 ↗ | (On Diff #16649) | Same here. |
1469 ↗ | (On Diff #16649) | Same here. |