The patch implements microMIPS64r6 DDIV, DMOD, DDIVU and DMODU instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a couple spelling/style nits fixed.
lib/Target/Mips/MicroMips64r6InstrFormats.td | ||
---|---|---|
27 ↗ | (On Diff #29064) | Please use the naming convention. This class is an encoding format and should therefore be named something like: POOL32A_DIVMOD_FM The convention is <opcode>_<misc>_FM |
lib/Target/Mips/MicroMips64r6InstrInfo.td | ||
54–61 ↗ | (On Diff #29064) | Nit: *_ENC normally appears before *_DESC |