Implement microMIPS32r6 BEQZALC, BGEZALC, BGTZALC, BLEZALC, BLTZALC and BNEZALC instructions using mapping.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D10031
[mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC, BLEZALC, BLTZALC and BNEZALC instructions ClosedPublic Authored by jkolek on May 26 2015, 7:14 AM.
Details Summary Implement microMIPS32r6 BEQZALC, BGEZALC, BGTZALC, BLEZALC, BLTZALC and BNEZALC instructions using mapping.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 27 2015, 6:12 AM Closed by commit rL238325: [mips][microMIPSr6] Implement BEQZALC, BGEZALC, BGTZALC, BLEZALC, BLTZALC and… (authored by jkolek). · Explain WhyMay 27 2015, 7:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 26595 llvm/trunk/lib/Target/Mips/MicroMips32r6InstrFormats.td
llvm/trunk/lib/Target/Mips/MicroMips32r6InstrInfo.td
llvm/trunk/lib/Target/Mips/Mips32r6InstrInfo.td
llvm/trunk/test/MC/Disassembler/Mips/micromips32r6.txt
llvm/trunk/test/MC/Mips/micromips32r6/valid.s
|