This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPS] Implement LBUX, LHX, LWX, MAQ_S[A].W.PHL, MAQ_S[A].W.PHR, MFHI, MFLO, MTHI and MTLO instructions
ClosedPublic

Authored by hvarga on Nov 6 2015, 3:22 AM.

Details

Summary

The patch implements microMIPSDSP instructions: LBUX, LHX, LWX, MAQ_S[A].W.PHL, MAQ_S[A].W.PHR, MFHI, MFLO, MTHI and MTLO.

Diff Detail

Repository
rL LLVM

Event Timeline

hvarga updated this revision to Diff 39507.Nov 6 2015, 3:22 AM
hvarga retitled this revision from to [mips][microMIPS] Implement LBUX, LHX, LWX, MAQ_S[A].W.PHL, MAQ_S[A].W.PHR, MFHI, MFLO, MTHI and MTLO instructions.
hvarga updated this object.
hvarga added subscribers: petarj, llvm-commits.
dsanders accepted this revision.Nov 27 2015, 1:44 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 27 2015, 1:44 AM
This revision was automatically updated to reflect the committed changes.