The patch implements microMIPSDSP instructions: SUBQ[_S].PH, SUBQ_S.W, SUBQH[_R].PH, SUBQH[_R].W, SUBU[_S].PH, SUBU[_S].QB and SUBUH[_R].QB
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D14114
[mips][microMIPS] Implement SUBQ[_S].PH, SUBQ_S.W, SUBQH[_R].PH, SUBQH[_R].W, SUBU[_S].PH, SUBU[_S].QB and SUBUH[_R].QB instructions ClosedPublic Authored by zbuljan on Oct 27 2015, 6:22 AM.
Details Summary The patch implements microMIPSDSP instructions: SUBQ[_S].PH, SUBQ_S.W, SUBQH[_R].PH, SUBQH[_R].W, SUBU[_S].PH, SUBU[_S].QB and SUBUH[_R].QB
Diff Detail Event TimelineThis revision is now accepted and ready to land.Nov 14 2015, 5:55 AM Closed by commit rL253329: [mips][microMIPS] Implement SUBQ[_S].PH, SUBQ_S.W, SUBQH[_R].PH, SUBQH[_R].W… (authored by zbuljan). · Explain WhyNov 17 2015, 2:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38535 lib/Target/Mips/MicroMipsDSPInstrInfo.td
lib/Target/Mips/MipsDSPInstrInfo.td
test/MC/Disassembler/Mips/micromips-dsp/valid.txt
test/MC/Disassembler/Mips/micromips-dspr2/valid.txt
test/MC/Mips/micromips-dsp/valid.s
test/MC/Mips/micromips-dspr2/valid.s
|
The DSPr1 tests should also be present. Likewise for the assembler tests.
See my comment on D14058 for more info.