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

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1519 T_REG, /* mips16 T register ($24) */
1560 "T_REG", \
1664 ((CLASS) == GR_REGS || (CLASS) == M16_REGS || (CLASS) == T_REG \
1695 want to allocate $24 (T_REG) before other registers for
1511 T_REG, /* mips16 T register ($24) */ enumerator in enum:reg_class
H A Dmips.c651 T_REG, PIC_FN_ADDR_REG, LEA_REGS, LEA_REGS,
5304 /* On the mips16, we want to allocate $24 (T_REG) before other
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c6719 #define T_REG 2
7145 if (prev_token.code != T_REG)
7338 case T_REG:
7342 intel_match_token (T_REG);
7544 if (intel_match_token ('*') && cur_token.code == T_REG)
7571 intel_match_token (T_REG);
7682 new_token.code = T_REG;
6706 #define T_REG macro

Completed in 112 milliseconds