The sge/sgeu Dst, Src1, Src2/Imm pseudo instructions set register Dst to 1 if register Src1 is greater than or equal Src2/Imm and to 0 otherwise.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64314
[mips] Implement sge/sgeu pseudo instructions ClosedPublic Authored by atanasyan on Jul 8 2019, 1:41 AM.
Details Summary The sge/sgeu Dst, Src1, Src2/Imm pseudo instructions set register Dst to 1 if register Src1 is greater than or equal Src2/Imm and to 0 otherwise.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 8 2019, 6:39 AM Closed by commit rL365476: [mips] Implement sge/sgeu pseudo instructions (authored by atanasyan). · Explain WhyJul 9 2019, 5:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 208655 llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
llvm/trunk/lib/Target/Mips/Mips64InstrInfo.td
llvm/trunk/lib/Target/Mips/MipsInstrInfo.td
llvm/trunk/test/MC/Mips/macro-sge.s
llvm/trunk/test/MC/Mips/macro-sge64.s
|