This patch implements microMIPS PREFX, LHUE, LBE, LBUE, LHE, LWE, SBE, SHE and SWE instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a few nits
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | ||
---|---|---|
281–283 ↗ | (On Diff #25299) | Indentation |
1295–1297 ↗ | (On Diff #25299) | Indentation |
lib/Target/Mips/MicroMipsInstrFormats.td | ||
392 ↗ | (On Diff #25299) | This should start with POOL32C_ |
400–403 ↗ | (On Diff #25299) | Could you assign the RHS to fields (base and offset) first so that the special encoding is self documented? |
939 ↗ | (On Diff #25299) | Should begin with POOL32F_ |