This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPSr6] Implement LL and SC instructions
AbandonedPublic

Authored by atanasyan on Apr 3 2015, 12:50 PM.

Details

Summary

This patch implements LL and SC instructions using mapping.

Diff Detail

Event Timeline

jkolek updated this revision to Diff 23236.Apr 3 2015, 12:50 PM
jkolek retitled this revision from to [mips][microMIPSr6] Implement LL and SC instructions.
jkolek updated this object.
jkolek edited the test plan for this revision. (Show Details)
jkolek added reviewers: dsanders, zoran.jovanovic.
jkolek added subscribers: Unknown Object (MLST), petarj.

There may be encoding changes for these instructions.

dsanders resigned from this revision.Jul 12 2019, 4:11 PM
atanasyan commandeered this revision.Jul 12 2019, 10:47 PM
atanasyan abandoned this revision.
atanasyan added a reviewer: jkolek.

Implemented at the rL332820.