qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v7 0/6] target-arm: Add support for VSEL and VMIN/MA


From: Will Newton
Subject: [Qemu-devel] [PATCH v7 0/6] target-arm: Add support for VSEL and VMIN/MAXNM.
Date: Mon, 2 Dec 2013 20:12:51 +0000

This series adds support for three new instructions added in ARMv8 -
VSEL, VMINNM and VMAXNM.

Will Newton (6):
  target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.
  target-arm: Implement ARMv8 VSEL instruction.
  softfloat: Remove unused argument from MINMAX macro.
  softfloat: Add minNum() and maxNum() functions to softfloat.
  target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions.
  target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.

 fpu/softfloat.c          |  60 +++++++++++-
 include/fpu/softfloat.h  |   4 +
 target-arm/helper.c      |  25 +++++
 target-arm/helper.h      |   8 ++
 target-arm/neon_helper.c |  16 ++++
 target-arm/translate.c   | 244 ++++++++++++++++++++++++++++++++++++++++++++---
 6 files changed, 340 insertions(+), 17 deletions(-)

-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]