Revision 7d7c4930 tcg/mips/tcg-target.h

b/tcg/mips/tcg-target.h
86 86
#define TCG_TARGET_HAS_orc_i32          0
87 87
#define TCG_TARGET_HAS_eqv_i32          0
88 88
#define TCG_TARGET_HAS_nand_i32         0
89

  
90
/* optional instructions only implemented on MIPS4, MIPS32 and Loongson 2 */
91
#if defined(_MIPS_ARCH_MIPS4) || defined(_MIPS_ARCH_MIPS32) || \
92
    defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_LOONGSON2E) || \
93
    defined(_MIPS_ARCH_LOONGSON2F)
94
#define TCG_TARGET_HAS_movcond_i32      1
95
#else
89 96
#define TCG_TARGET_HAS_movcond_i32      0
97
#endif
90 98

  
91 99
/* optional instructions only implemented on MIPS32R2 */
92 100
#ifdef _MIPS_ARCH_MIPS32R2

Also available in: Unified diff