]> git.proxmox.com Git - mirror_qemu.git/commit - target-microblaze/translate.c
microblaze: Add support for load/store reversed
authorEdgar E. Iglesias <edgar.iglesias@petalogix.com>
Wed, 19 Jan 2011 22:18:00 +0000 (23:18 +0100)
committerEdgar E. Iglesias <edgar.iglesias@petalogix.com>
Wed, 19 Jan 2011 22:18:00 +0000 (23:18 +0100)
commit9f8beb6636fdd913a25fa536238a3a047ce4cf63
tree6035b7e8139123f14fa4daeab06f76a3410d5f1e
parent9ef55357634d57331243c780439efc596c8d460d
microblaze: Add support for load/store reversed

Load/store reversed (lwr/swr) are insns that endian translate
the sub-word part of the address and byteswap the data lanes.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@petalogix.com>
target-microblaze/translate.c