Add the endian reversing versions of load/store instructions;
authorMichael Eager <eager@eagercon.com>
Wed, 14 Nov 2012 16:19:30 +0000 (16:19 +0000)
committerMichael Eager <eager@eagercon.com>
Wed, 14 Nov 2012 16:19:30 +0000 (16:19 +0000)
commite692c2171ead6cdd096e625d6e8a4dd33d8bffe2
tree0647cee09b70142e87eec56bf9ac0a86ccc86671
parentaff68abbd7cfed062055bd2d97f464b304b920bc
Add the endian reversing versions of load/store instructions;

2012-11-14  Edgar E. Iglesias <edgar.iglesias@gmail.com>

* microblaze-opc.h: Increase MAX_OPCODES (op_code_struct):  add lbur,
lhur, lwr, sbr, shr, swr
* microblaze-opcm.h (microblaze_instr): add lbur, lhur, lwr, sbr, shr,
swr

2012-11-14  David Holsgrove  <david.holsgrove@xilinx.com>

* gas/microblaze/allinsn.exp: New file - test newly added opcodes
* gas/microblaze/allinsn.s: Likewise
* gas/microblaze/allinsn.d: Likewise
gas/testsuite/ChangeLog
gas/testsuite/gas/microblaze/allinsn.d [new file with mode: 0644]
gas/testsuite/gas/microblaze/allinsn.exp [new file with mode: 0644]
gas/testsuite/gas/microblaze/allinsn.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/microblaze-opc.h
opcodes/microblaze-opcm.h
This page took 0.025853 seconds and 4 git commands to generate.