Implement 16-bit microMIPS instruction ANDI16.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | ||
---|---|---|
797 ↗ | (On Diff #14374) | I think the code will be more readable if you write operand values in decimal. |
lib/Target/Mips/MicroMipsInstrInfo.td | ||
150 ↗ | (On Diff #14374) | Is isCommutable allowed to be 1 when one operand is register and the other is immediate? MipsInstrInfo.td doesn't seem to do that for MIPS32. |