The sigrie instruction signals a Reserved Instruction Exception. This patch adds support for assembling / disassembling the instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53861
[mips] Support sigrie instruction ClosedPublic Authored by atanasyan on Oct 29 2018, 10:41 PM.
Details Summary The sigrie instruction signals a Reserved Instruction Exception. This patch adds support for assembling / disassembling the instruction.
Diff Detail
Event TimelineHerald added subscribers: jrtc27, arichardson, sdardis. · View Herald TranscriptOct 29 2018, 10:41 PM This revision is now accepted and ready to land.Nov 2 2018, 1:11 AM Closed by commit rL346230: [mips] Support sigrie instruction (authored by atanasyan). · Explain WhyNov 6 2018, 6:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 172758 llvm/trunk/lib/Target/Mips/MicroMips32r6InstrInfo.td
llvm/trunk/lib/Target/Mips/MicroMipsInstrFormats.td
llvm/trunk/lib/Target/Mips/Mips32r6InstrFormats.td
llvm/trunk/lib/Target/Mips/Mips32r6InstrInfo.td
llvm/trunk/lib/Target/Mips/MipsSchedule.td
llvm/trunk/lib/Target/Mips/MipsScheduleGeneric.td
llvm/trunk/test/MC/Mips/micromips32r6/valid.s
llvm/trunk/test/MC/Mips/mips32r6/valid.s
llvm/trunk/test/MC/Mips/mips64r6/valid.s
|