qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] tcg/mips: host detection


From: Aurelien Jarno
Subject: [Qemu-devel] [PATCH v2 0/2] tcg/mips: host detection
Date: Wed, 28 Aug 2013 00:10:59 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]