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