This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, microblaze, gas, opcodes] Add load/store byte reverse insns


On 11/08/2012 04:26 AM, David Holsgrove wrote:
Add the endian reversing versions of load/store instructions;

lbur: Load byte unsigned, endian reversed
lhur: Load halfword unsigned, endian reversed
lwr:  Load word, endian reversed
sbr:  Store byte, endian reversed
shr:  Store halfword, endian reversed
swr:  Store word, endian reversed


binutils/opcodes/Changelog


2012-11-08 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

binutils/gas/testsuite/Changelog

2012-11-08 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


Committed. Fixed line length in microblaze-opcm.h.


--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]