On 08/29/2013 01:51 PM, Aurelien Jarno wrote:
> Aurelien Jarno (3):
> tcg/mips: detect available host instructions at runtime
> tcg/mips: inline bswap16/bswap32 ops
> tcg/mips: only enable ext8s/ext16s ops on MIPS32R2
Reviewed-by: Richard Henderson
r~
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
v2 -> v3
- Only try to detect for MIPS32R2 instructions if MIPS32 instructions
have been