This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPS] Implement ADDU16, AND16, ANDI16, NOT16, OR16, SLL16 and SRL16 instructions
AbandonedPublic

Authored by hvarga on Jul 30 2015, 2:18 AM.

Details

Summary

The patch implements microMIPS32r6 and microMIPS64r6 ADDU16, AND16, ANDI16, NOT16, OR16, SLL16 and SRL16 instructions.

Diff Detail

Event Timeline

hvarga updated this revision to Diff 31008.Jul 30 2015, 2:18 AM
hvarga retitled this revision from to [mips][microMIPS] ADDU16, AND16, ANDI16, NOT16, OR16, SLL16 and SRL16.
hvarga updated this object.
hvarga added subscribers: petarj, llvm-commits.
hvarga retitled this revision from [mips][microMIPS] ADDU16, AND16, ANDI16, NOT16, OR16, SLL16 and SRL16 to [mips][microMIPS] Implement ADDU16, AND16, ANDI16, NOT16, OR16, SLL16 and SRL16 instructions.Jul 30 2015, 5:49 AM
hvarga abandoned this revision.Sep 3 2015, 4:30 AM

For some reason I had made two reviews .The D11178 is the correct review so I am removing this one.