Implement microMIPS SDBBP and RDHWR instructions.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp | ||
---|---|---|
91 | gcc uses ".set mips32r2" here, even when compiled with --mmicromips. | |
lib/Target/Mips/MipsInstrInfo.td | ||
1355 | Is HasStdEnc needed here? | |
test/MC/Mips/micromips-control-instructions.s | ||
79 | sdbbp has integer operand (which I suppose defaults to 0 if omitted), so you should also test the case when operand is specified. |
gcc uses ".set mips32r2" here, even when compiled with --mmicromips.