qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/9] target-arm: Add AArch32 ARMv8 VRINT instructions
@ 2014-01-14 16:43 Will Newton
  2014-01-14 16:43 ` [Qemu-devel] [PATCH 1/9] target-arm: Move arm_rmode_to_sf to a shared location Will Newton
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Will Newton @ 2014-01-14 16:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-01-27 16:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-14 16:43 [Qemu-devel] [PATCH 0/9] target-arm: Add AArch32 ARMv8 VRINT instructions Will Newton
2014-01-14 16:43 ` [Qemu-devel] [PATCH 1/9] target-arm: Move arm_rmode_to_sf to a shared location Will Newton
2014-01-27 16:43   ` Peter Maydell
2014-01-14 16:43 ` [Qemu-devel] [PATCH 2/9] target-arm: Add AArch32 FP VRINTA, VRINTN, VRINTP and VRINTM Will Newton
2014-01-27 16:33   ` Peter Maydell
2014-01-14 16:43 ` [Qemu-devel] [PATCH 3/9] target-arm: Add support for AArch32 FP VRINTR Will Newton
2014-01-27 16:35   ` Peter Maydell
2014-01-14 16:43 ` [Qemu-devel] [PATCH 4/9] target-arm: Add support for AArch32 FP VRINTZ Will Newton
2014-01-14 16:43 ` [Qemu-devel] [PATCH 5/9] target-arm: Add support for AArch32 FP VRINTX Will Newton
2014-01-14 16:43 ` [Qemu-devel] [PATCH 6/9] target-arm: Add support for AArch32 SIMD VRINTX Will Newton
2014-01-27 16:49   ` Peter Maydell
2014-01-14 16:43 ` [Qemu-devel] [PATCH 7/9] target-arm: Add set_neon_rmode helper Will Newton
2014-01-27 16:49   ` Peter Maydell
2014-01-14 16:43 ` [Qemu-devel] [PATCH 8/9] target-arm: Add support for AArch32 SIMD VRINTZ Will Newton
2014-01-27 16:50   ` Peter Maydell
2014-01-14 16:43 ` [Qemu-devel] [PATCH 9/9] target-arm: Add AArch32 SIMD VRINTA, VRINTN, VRINTP and VRINTM Will Newton
2014-01-27 16:52   ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).