Searched refs:TARGET_MIPS16 (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/mips/
H A Dmips.h172 - TARGET_MIPS16. call_insn_operand accepts constant addresses
182 (!TARGET_MIPS16 && (!TARGET_ABICALLS || TARGET_EXPLICIT_RELOCS))
192 #define TARGET_MIPS16 ((target_flags & MASK_MIPS16) != 0)
194 #define GENERATE_MIPS16E (TARGET_MIPS16 && mips_isa >= 32)
341 if (TARGET_MIPS16) \
572 && !TARGET_MIPS16)
585 && !TARGET_MIPS16)
589 && !TARGET_MIPS16)
621 && !TARGET_MIPS16)
637 && !TARGET_MIPS16)
191 #define TARGET_MIPS16 macro
[all...]
H A Dnetbsd.h80 if (TARGET_MIPS16) \
H A Dmips.c84 #define MIPS_MAX_FIRST_STACK_STEP (TARGET_MIPS16 ? 0x100 : 0x7ff0)
1212 if (TARGET_MIPS16)
1226 if (TARGET_MIPS16)
1462 if (TARGET_MIPS16 && regno == STACK_POINTER_REGNUM)
1465 return TARGET_MIPS16 ? M16_REG_P (regno) : GP_REG_P (regno);
1493 return !TARGET_MIPS16;
1574 return !TARGET_MIPS16 && SMALL_INT (x);
1613 if (!TARGET_MIPS16)
1645 return !TARGET_MIPS16;
1662 if (TARGET_MIPS16)
[all...]
H A Dfreebsd.h138 if (TARGET_MIPS16) \

Completed in 480 milliseconds