This series adds support for the floating-point and Advanced SIMD
versions of the VRINT family of instructions. 

Will Newton (9):
  target-arm: Move arm_rmode_to_sf to a shared location.
  target-arm: Add AArch32 FP VRINTA, VRINTN, VRINTP and VRINTM
  target-arm: Add support for AArch32 FP VRINTR
  target-arm: Add support for AArch32 FP VRINTZ
  target-arm: Add support for AArch32 FP VRINTX
  target-arm: Add support for AArch32 SIMD VRINTX
  target-arm: Add set_neon_rmode helper
  target-arm: Add support for AArch32 SIMD VRINTZ
  target-arm: Add AArch32 SIMD VRINTA, VRINTN, VRINTP and VRINTM

 target-arm/cpu.h           |   2 +
 target-arm/helper.c        |  45 ++++++++++++++
 target-arm/helper.h        |   1 +
 target-arm/translate-a64.c |  28 ---------
 target-arm/translate.c     | 145 +++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 193 insertions(+), 28 deletions(-)

-- 
1.8.1.4


Reply via email to