This is an archive of the discontinued LLVM Phabricator instance.

[mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR instructions
ClosedPublic

Authored by jkolek on Sep 5 2014, 4:32 AM.

Details

Summary

Implement microMIPS TLBP, TLBR, TLBWI and TLBWR.

Diff Detail

Repository
rL LLVM

Event Timeline

jkolek updated this revision to Diff 13316.Sep 5 2014, 4:32 AM
jkolek retitled this revision from to [mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR instructions.
jkolek updated this object.
jkolek edited the test plan for this revision. (Show Details)
jkolek added reviewers: dsanders, vmedic.
jkolek added a subscriber: zoran.jovanovic.
dsanders accepted this revision.Sep 9 2014, 5:19 AM
dsanders edited edge metadata.

LGTM with an encoding correction

lib/Target/Mips/MicroMipsInstrFormats.td
802 ↗(On Diff #13316)

This is zero in the microMIPS spec.

This revision is now accepted and ready to land.Sep 9 2014, 5:19 AM
jkolek updated this revision to Diff 13623.Sep 12 2014, 5:26 AM
jkolek edited edge metadata.

Fixed instructions binary format.

Diffusion closed this revision.Sep 12 2014, 6:43 AM
Diffusion updated this revision to Diff 13627.

Closed by commit rL217675 (authored by zjovanovic).

jkolek added a subscriber: Unknown Object (MLST).Nov 18 2014, 5:59 AM