This is an archive of the discontinued LLVM Phabricator instance.

[mips] Correct the definitions of some control instructions
ClosedPublic

Authored by sdardis on Apr 23 2018, 2:03 AM.

Details

Summary

Correct the definitions of ei, di, eret, deret, wait, syscall and break.
Also provide microMIPS specific aliases to match the MIPS aliases.

Additionally correct the definition of the wait instruction so that
it is present in the instruction mapping tables.

Diff Detail

Repository
rL LLVM

Event Timeline

sdardis created this revision.Apr 23 2018, 2:03 AM
sdardis edited the summary of this revision. (Show Details)Apr 23 2018, 2:03 AM
sdardis edited the summary of this revision. (Show Details)
sdardis edited the summary of this revision. (Show Details)Apr 23 2018, 2:48 AM
This revision is now accepted and ready to land.Apr 24 2018, 2:30 AM
sdardis updated this revision to Diff 143911.Apr 25 2018, 5:53 AM

Actually include the mappings for 'wait' in the instruction mapping tables.

This revision was automatically updated to reflect the committed changes.