The sgt/sgtu Dst, Src1, Src2/Imm pseudo instructions set register Dst to 1 if register Src1 is greater than Src2/Imm and to 0 otherwise.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64313
[mips] Implement sgt/sgtu pseudo instructions with immediate operand ClosedPublic Authored by atanasyan on Jul 8 2019, 1:38 AM.
Details Summary The sgt/sgtu Dst, Src1, Src2/Imm pseudo instructions set register Dst to 1 if register Src1 is greater than Src2/Imm and to 0 otherwise.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 8 2019, 6:36 AM Closed by commit rL365475: [mips] Implement sgt/sgtu pseudo instructions with immediate operand (authored by atanasyan). · Explain WhyJul 9 2019, 5:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 208654 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-sgt.s
llvm/trunk/test/MC/Mips/macro-sgt64.s
|