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