or1k: add missing l.msync, l.psync and l.psync instructions.
authorStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Sun, 20 Jul 2014 17:26:09 +0000 (20:26 +0300)
committerStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Sun, 20 Jul 2014 17:26:09 +0000 (20:26 +0300)
commit018dc9bedf40d528f1d05d56555e20ed54a77dc3
tree3b00411c0efdc5c37291f60739bf6f28ea3c5980
parent164224e96ca270d6cbb61d3e326fc1b0453b30a6
or1k: add missing l.msync, l.psync and l.psync instructions.

Even though the opcodes were defined for these instructions,
the actual instruction definitions were lacking.

cpu/
* or1korbis.cpu (l-msync, l-psync, l-csync): New instructions.

opcodes/
* or1k-desc.c, * or1k-desc.h, * or1k-opc.c, * or1k-opc.h,
* or1k-opinst.c: Regenerate.
cpu/ChangeLog
cpu/or1korbis.cpu
opcodes/ChangeLog
opcodes/or1k-desc.c
opcodes/or1k-desc.h
opcodes/or1k-opc.c
opcodes/or1k-opc.h
opcodes/or1k-opinst.c
This page took 0.031029 seconds and 4 git commands to generate.