qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Impove alpha cmpbge
@ 2015-08-17 22:03 Richard Henderson
  2015-08-17 22:03 ` [Qemu-devel] [PATCH 1/2] target-alpha: Rewrite helper_cmpbge using bit tests Richard Henderson
  2015-08-17 22:03 ` [Qemu-devel] [PATCH 2/2] target-alpha: Special case cmpbge with zero Richard Henderson
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Henderson @ 2015-08-17 22:03 UTC (permalink / raw)
  To: qemu-devel

This is practically as fast as the SSE version I posted a
while ago, without actually using vector data types.


r~


Richard Henderson (2):
  target-alpha: Rewrite helper_cmpbge using bit tests
  target-alpha: Special case cmpbge with zero

 target-alpha/helper.h     |  1 +
 target-alpha/int_helper.c | 50 +++++++++++++++++++++++++++++++++++------------
 target-alpha/translate.c  |  7 ++++++-
 3 files changed, 45 insertions(+), 13 deletions(-)

-- 
2.4.3

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

end of thread, other threads:[~2015-08-18 16:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17 22:03 [Qemu-devel] [PATCH 0/2] Impove alpha cmpbge Richard Henderson
2015-08-17 22:03 ` [Qemu-devel] [PATCH 1/2] target-alpha: Rewrite helper_cmpbge using bit tests Richard Henderson
2015-08-17 22:03 ` [Qemu-devel] [PATCH 2/2] target-alpha: Special case cmpbge with zero Richard Henderson
2015-08-18 16:14   ` 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).