]> Git Repo - qemu.git/commit
target-ppc: VSX Stage 4: Add lxsiwax, lxsiwzx and lxsspx
authorTom Musta <[email protected]>
Wed, 15 Jan 2014 14:10:30 +0000 (08:10 -0600)
committerAlexander Graf <[email protected]>
Wed, 5 Mar 2014 02:06:33 +0000 (03:06 +0100)
commitcac7f0ba4a5a47050a249ef085bc846630224d0d
tree9993c056462cd29301b6e26438262fbbcf353e1e
parente072fe796ee2b5f43e0dba259d0706e1b296138a
target-ppc: VSX Stage 4: Add lxsiwax, lxsiwzx and lxsspx

This patch adds the scalar load instructions introduced in ISA
V2.07:

  - Load VSX Scalar as Integer Word Algebraic Indexd (lxsiwax)
  - Load VSX Scalar as Integer Word and Zero Indexed (lxsiwzx)
  - Load VSX Scalar Single-Precision Indexed (lxsspx)

Signed-off-by: Tom Musta <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
target-ppc/translate.c
This page took 0.025079 seconds and 4 git commands to generate.