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