Examples:
and $2, 4 <=> andi $2, $2, 4
or $2, 4 <=> ori $2, $2, 4
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Yeah we need to add them at some point. I'm adding only the aliases I'm finding building the Linux Kernel.
Paths
| Differential D4155
[mips] Implement alias for 'and' and 'or' instructions for all ISAs. ClosedPublic Authored by matheusalmeida on Jun 16 2014, 3:02 AM.
Details Summary Examples:
Diff Detail Event Timelinematheusalmeida retitled this revision from to [mips] Implement Alias ('and' and 'or' instructions) for all ISAs.. matheusalmeida updated this object. matheusalmeida retitled this revision from [mips] Implement Alias ('and' and 'or' instructions) for all ISAs. to [mips] Implement alias for 'and' and 'or' instructions for all ISAs..Jun 16 2014, 3:05 AM This revision is now accepted and ready to land.Jun 18 2014, 3:17 AM Comment Actions Yeah we need to add them at some point. I'm adding only the aliases I'm finding building the Linux Kernel.
Revision Contents
Diff 10438 lib/Target/Mips/MipsInstrInfo.td
test/MC/Mips/mips1/valid.s
test/MC/Mips/mips2/valid.s
test/MC/Mips/mips3/valid.s
test/MC/Mips/mips32/valid.s
test/MC/Mips/mips32r2/valid.s
test/MC/Mips/mips32r6/valid.s
test/MC/Mips/mips4/valid.s
test/MC/Mips/mips5/valid.s
test/MC/Mips/mips64/valid.s
test/MC/Mips/mips64r2/valid.s
test/MC/Mips/mips64r6/valid.s
|