qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] target/arm: Implement ARMv8.3-JSConv
@ 2019-02-04  5:27 Richard Henderson
  2019-02-04  5:27 ` [Qemu-devel] [PATCH 1/3] target/arm: Force result size into dp after operation Richard Henderson
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Richard Henderson @ 2019-02-04  5:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, alex.bennee

Two cleanups to surrounding code preceed the actual implementation.

I did not find the ARM FPToFixedJS pseudo-function particularly helpful,
so I mostly cribed off of the Alpha cvttq implementation.  But I think
it all makes sense -- convert, produce the mod 2^32 result with NaN
getting INT32_MAX, set ZF iff the conversion is exact.

I've tested the aa64 version vs FVP with RISU.  I need to adjust my
FVP configuration in order to test aa32.


r~


Richard Henderson (3):
  target/arm: Force result size into dp after operation
  target/arm: Restructure disas_fp_int_conv
  target/arm: Implement ARMv8.3-JSConv

 target/arm/cpu.h           |  10 ++++
 target/arm/helper.h        |   2 +
 target/arm/cpu.c           |   1 +
 target/arm/cpu64.c         |   2 +
 target/arm/op_helper.c     |  91 ++++++++++++++++++++++++++++
 target/arm/translate-a64.c | 120 +++++++++++++++++++++++--------------
 target/arm/translate.c     |  47 ++++++++++-----
 7 files changed, 212 insertions(+), 61 deletions(-)

-- 
2.17.2

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

end of thread, other threads:[~2019-02-04 15:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-04  5:27 [Qemu-devel] [PATCH 0/3] target/arm: Implement ARMv8.3-JSConv Richard Henderson
2019-02-04  5:27 ` [Qemu-devel] [PATCH 1/3] target/arm: Force result size into dp after operation Richard Henderson
2019-02-04 14:55   ` Peter Maydell
2019-02-04  5:27 ` [Qemu-devel] [PATCH 2/3] target/arm: Restructure disas_fp_int_conv Richard Henderson
2019-02-04 11:04   ` Richard Henderson
2019-02-04  5:27 ` [Qemu-devel] [PATCH 3/3] target/arm: Implement ARMv8.3-JSConv Richard Henderson
2019-02-04  8:00   ` Laurent Desnogues
2019-02-04 10:17     ` Richard Henderson
2019-02-04 11:21       ` Peter Maydell
2019-02-04 11:34         ` Richard Henderson
2019-02-04  5:48 ` [Qemu-devel] [PATCH 0/3] " no-reply
2019-02-04 14:59 ` 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).