Searched refs:T_REG (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh.h716 ((REGNO) == GBR_REG || (REGNO) == T_REG \
2084 : (REGNO) == T_REG \
H A Dsh.c2087 *p1 = T_REG;
2423 compare has been done and the result is in T_REG. */
4422 (clobber (reg:SI T_REG))]
7420 && reg != T_REG && reg != GBR_REG
10174 t_reg_rtx = gen_rtx_REG (SImode, T_REG);
12893 if (!REG_P (op0) || REGNO (op0) != T_REG
13250 || REGNO (x) == T_REG))
13301 || REGNO (x) == T_REG
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-i386.c6086 #define T_REG 2
6511 if (prev_token.code != T_REG)
6703 case T_REG:
6707 intel_match_token (T_REG);
6907 if (intel_match_token ('*') && cur_token.code == T_REG)
6931 intel_match_token (T_REG);
7043 new_token.code = T_REG;
6073 #define T_REG macro
/haiku-buildtools/legacy/gcc/gcc/config/sh/
H A Dsh.c482 rtx t_reg = gen_rtx (REG, SImode, T_REG);
3685 && reg != T_REG && reg != GBR_REG && reg != FPSCR_REG)
4186 return (regno != T_REG && regno != PR_REG
4236 return (regno != T_REG && regno != PR_REG && regno > 15
H A Dsh.h413 #define T_REG 18
410 #define T_REG macro
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.h1793 T_REG, /* mips16 T register ($24) */
1822 "T_REG", \
1901 ((CLASS) == GR_REGS || (CLASS) == M16_REGS || (CLASS) == T_REG \
1919 want to allocate $24 (T_REG) before other registers for
1784 T_REG, /* mips16 T register ($24) */ enumerator in enum:reg_class
H A Dmips.c350 T_REG, GR_REGS, GR_REGS, GR_REGS,
4439 mips_char_to_class['t'] = T_REG;
4518 /* On the mips16, we want to allocate $24 (T_REG) before other
/haiku-buildtools/gcc/gcc/config/mips/
H A Dmips.h1995 T_REG, /* mips16 T register ($24) */
2035 "T_REG", \
2078 { 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, /* T_REG */ \
1988 T_REG, /* mips16 T register ($24) */ enumerator in enum:reg_class
H A Dmips.c696 T_REG, PIC_FN_ADDR_REG, LEA_REGS, LEA_REGS,

Completed in 803 milliseconds