qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/4] POWER9 TCG enablements - BCD functions part I
@ 2016-11-01 15:24 Jose Ricardo Ziviani
  2016-11-01 15:24 ` [Qemu-devel] [PATCH v4 1/4] target-ppc: Implement bcdcfn. instruction Jose Ricardo Ziviani
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jose Ricardo Ziviani @ 2016-11-01 15:24 UTC (permalink / raw)
  To: qemu-ppc; +Cc: qemu-devel, david, nikunj, bharata

v4:
 - throws invalid for any instruction not implemented by default
 - creates a function to compare bcd value to zero

v3:
 - generates invalid instruction excpetion when opc4 is not handled/invalid
 - changes get_national ret. type to uint16_t to handle invalid encoding
 - small improvements

v2:
 - implements all fixes and suggestions

Jose Ricardo Ziviani (4):
  target-ppc: Implement bcdcfn. instruction
  target-ppc: Implement bcdctn. instruction
  target-ppc: Implement bcdcfz. instruction
  target-ppc: Implement bcdctz. instruction

 target-ppc/helper.h                 |   4 +
 target-ppc/int_helper.c             | 198 ++++++++++++++++++++++++++++++++++++
 target-ppc/translate/vmx-impl.inc.c |  73 +++++++++++++
 target-ppc/translate/vmx-ops.inc.c  |   4 +-
 4 files changed, 277 insertions(+), 2 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-11-08  3:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-01 15:24 [Qemu-devel] [PATCH v4 0/4] POWER9 TCG enablements - BCD functions part I Jose Ricardo Ziviani
2016-11-01 15:24 ` [Qemu-devel] [PATCH v4 1/4] target-ppc: Implement bcdcfn. instruction Jose Ricardo Ziviani
2016-11-08  2:22   ` David Gibson
2016-11-01 15:24 ` [Qemu-devel] [PATCH v4 2/4] target-ppc: Implement bcdctn. instruction Jose Ricardo Ziviani
2016-11-08  2:22   ` David Gibson
2016-11-01 15:24 ` [Qemu-devel] [PATCH v4 3/4] target-ppc: Implement bcdcfz. instruction Jose Ricardo Ziviani
2016-11-08  3:28   ` David Gibson
2016-11-01 15:24 ` [Qemu-devel] [PATCH v4 4/4] target-ppc: Implement bcdctz. instruction Jose Ricardo Ziviani
2016-11-08  3:29   ` David Gibson

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).