]> Git Repo - qemu.git/commit - target/ppc/helper.h
target-ppc: Add VSX Rounding Instructions
authorTom Musta <[email protected]>
Thu, 2 Jan 2014 22:21:35 +0000 (16:21 -0600)
committerAlexander Graf <[email protected]>
Wed, 5 Mar 2014 02:06:32 +0000 (03:06 +0100)
commit88e33d08c9c2fc0aabc9b832719324bd2d454db9
tree7dbd83f4375f18f375053b0da85acbb16d3d5768
parent5177d2ca938496f060448f71f9edd9145231d9af
target-ppc: Add VSX Rounding Instructions

This patch adds the VSX Round to Floating Point Integer instructions:

  - xsrdpi, xsrdpic, xsrdpim, xsrdpip, xsrdpiz
  - xvrdpi, xvrdpic, xvrdpim, xvrdpip, xvrdpiz
  - xvrspi, xvrspic, xvrspim, xvrspip, xvrspiz

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