Implement 16-bit microMIPS instruction ANDI16.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | ||
---|---|---|
797 | I think the code will be more readable if you write operand values in decimal. | |
lib/Target/Mips/MicroMipsInstrInfo.td | ||
150 | 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. |
I think the code will be more readable if you write operand values in decimal.