qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] tcg/mips: host detection
@ 2013-08-27 22:10 Aurelien Jarno
  2013-08-27 22:11 ` [Qemu-devel] [PATCH v2 1/2] tcg/mips: detect available host instructions at runtime Aurelien Jarno
  2013-08-27 22:11 ` [Qemu-devel] [PATCH v2 2/2] tcg/mips: only enable ext8s/ext16s ops on MIPS32R2 Aurelien Jarno
  0 siblings, 2 replies; 4+ messages in thread
From: Aurelien Jarno @ 2013-08-27 22:10 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aurelien Jarno

This patch series improve the MIPS TCG backend by detecting the
available instructions at runtime, and by enabling the corresponding
ops.

v1 -> v2:
 - Detect MIPS32 detection by using MUL instead of MULT

Aurelien Jarno (2):
  tcg/mips: detect available host instructions at runtime
  tcg/mips: only enable ext8s/ext16s ops on MIPS32R2

 tcg/mips/tcg-target.c |  211 ++++++++++++++++++++++++++++++++-----------------
 tcg/mips/tcg-target.h |   54 +++++++------
 2 files changed, 171 insertions(+), 94 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-08-28  3:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 22:10 [Qemu-devel] [PATCH v2 0/2] tcg/mips: host detection Aurelien Jarno
2013-08-27 22:11 ` [Qemu-devel] [PATCH v2 1/2] tcg/mips: detect available host instructions at runtime Aurelien Jarno
2013-08-28  3:57   ` li guang
2013-08-27 22:11 ` [Qemu-devel] [PATCH v2 2/2] tcg/mips: only enable ext8s/ext16s ops on MIPS32R2 Aurelien Jarno

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