The patch implements microMIPSDSP instructions: MUL[_S].PH, MULEQ_S.W.PHL, MULEQ_S.W.PHR, MULEU_S.PH.QBL, MULEU_S.PH.QBR, MULQ_RS.PH, MULQ_RS.W, MULQ_S.PH, MULQ_S.W.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a small test change
lib/Target/Mips/MicroMipsDSPInstrInfo.td | ||
---|---|---|
69 ↗ | (On Diff #39043) | Formatting nit: Bring back the space after '//' and the '.' |
test/MC/Disassembler/Mips/micromips-dspr2/valid.txt | ||
18–22 ↗ | (On Diff #39043) | The DSPr1 tests should also be present. Likewise for the assembler tests. See my comment on D14058 for more info. |