qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 00/18] target-alpha fpu improvements
@ 2015-05-21 17:39 Richard Henderson
  2015-05-21 17:39 ` [Qemu-devel] [PULL v2 17/18] target-alpha: Rewrite helper_zapnot Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Richard Henderson @ 2015-05-21 17:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

Having fixed the UL vs ULL fiasco in patch 17.


r~


The following changes since commit 385057cbec9b4a0eb6150330c572e875ed714965:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-05-15' into staging (2015-05-15 17:51:20 +0100)

are available in the git repository at:

  git://github.com/rth7680/qemu.git tags/pull-axp-20150521

for you to fetch changes up to 32ad48abd74a997220b841e4e913edeb267aa362:

  target-alpha: Add vector implementation for CMPBGE (2015-05-21 10:34:18 -0700)

----------------------------------------------------------------
Rewrite fp exceptions

----------------------------------------------------------------
Richard Henderson (18):
      target-alpha: Move VAX helpers to a new file
      target-alpha: Rename floating-point subroutines
      target-alpha: Forget installed round mode after MT_FPCR
      target-alpha: Set PC correctly for floating-point exceptions
      target-alpha: Tidy FPCR representation
      target-alpha: Set fpcr_exc_status even for disabled exceptions
      target-alpha: Set EXC_M_SWC for exceptions from /S insns
      target-alpha: Raise IOV from CVTTQ
      target-alpha: Fix cvttq vs large integers
      target-alpha: Fix cvttq vs inf
      target-alpha: Fix integer overflow checking insns
      target-alpha: Implement WH64EN
      target-alpha: Disallow literal operand to 1C.30 to 1C.37
      target-alpha: Raise EXC_M_INV properly for fp inputs
      target-alpha: Suppress underflow from CVTTQ if DNZ
      target-alpha: Raise IOV from CVTQL
      target-alpha: Rewrite helper_zapnot
      target-alpha: Add vector implementation for CMPBGE

 target-alpha/Makefile.objs |   2 +-
 target-alpha/cpu.h         |  95 ++++----
 target-alpha/fpu_helper.c  | 530 +++++++++++----------------------------------
 target-alpha/helper.c      | 132 ++---------
 target-alpha/helper.h      |  14 +-
 target-alpha/int_helper.c  | 126 +++++------
 target-alpha/mem_helper.c  |   9 +-
 target-alpha/translate.c   | 265 ++++++++++++-----------
 target-alpha/vax_helper.c  | 353 ++++++++++++++++++++++++++++++
 9 files changed, 752 insertions(+), 774 deletions(-)
 create mode 100644 target-alpha/vax_helper.c

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

end of thread, other threads:[~2015-05-22 14:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-21 17:39 [Qemu-devel] [PULL v2 00/18] target-alpha fpu improvements Richard Henderson
2015-05-21 17:39 ` [Qemu-devel] [PULL v2 17/18] target-alpha: Rewrite helper_zapnot Richard Henderson
2015-05-21 20:08 ` [Qemu-devel] [PULL v2 00/18] target-alpha fpu improvements Peter Maydell
2015-05-21 20:10   ` Richard Henderson
2015-05-22 10:00 ` Peter Maydell
2015-05-22 10:22   ` Peter Maydell
2015-05-22 11:32     ` Peter Maydell
2015-05-22 14:02       ` Richard Henderson

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