summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorNikunj A Dadhania2016-09-28 20:41:57 +0200
committerDavid Gibson2016-10-05 02:05:28 +0200
commit1c0744190ca69732da13d49f6cb48e648dff9a40 (patch)
tree4a24b06cc4e1e7f2f72d27b3a1a0f4c66cff34c2 /scripts
parenttarget-ppc: improve stxvw4x implementation (diff)
downloadqemu-1c0744190ca69732da13d49f6cb48e648dff9a40.tar.gz
qemu-1c0744190ca69732da13d49f6cb48e648dff9a40.tar.xz
qemu-1c0744190ca69732da13d49f6cb48e648dff9a40.zip
target-ppc: add lxvh8x instruction
lxvh8x: Load VSX Vector Halfword*8 Big-Endian Storage +-------+-------+-------+-------+-------+-------+-------+-------+ | 00 01 | 10 11 | 20 21 | 30 31 | 40 41 | 50 51 | 60 61 | 70 71 | +-------+-------+-------+-------+-------+-------+-------+-------+ Little-Endian Storage +-------+-------+-------+-------+-------+-------+-------+-------+ | 01 00 | 11 10 | 21 20 | 31 30 | 41 40 | 51 50 | 61 60 | 71 70 | +-------+-------+-------+-------+-------+-------+-------+-------+ Vector load results in (16-bit elements): +------+------+------+------+------+------+------+------+ | 0001 | 1011 | 2021 | 3031 | 4041 | 5051 | 6061 | 7071 | +------+------+------+------+------+------+------+------+ Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Reviewed-by: Richard Henderson <rth@twiddle.net> [dwg: Tweak to commit description] Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions