They are of the form "bnezl/beqzl $rs, offset" and expand to "bnel/beql $rs, $zero, offset".
These instructions are used in Linux inline assembly.
Paths
| Differential D8540
[mips] [IAS] Add support for the BNEZL and BEQZL pseudo-instructions. ClosedPublic Authored by tomatabacu on Mar 23 2015, 5:48 AM.
Details Summary They are of the form "bnezl/beqzl $rs, offset" and expand to "bnel/beql $rs, $zero, offset". These instructions are used in Linux inline assembly.
Diff Detail Event Timelinetomatabacu retitled this revision from to [mips] [IAS] Add support for the BNEZL and BEQZL pseudo-instructions.. tomatabacu updated this object. This revision is now accepted and ready to land.Apr 7 2015, 3:59 AM
Revision Contents
Diff 22460 lib/Target/Mips/MipsInstrInfo.td
test/MC/Mips/mips-jump-delay-slots.s
|