Home
last modified time | relevance | path

Searched refs:T_REG (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.md75 (T_REG 147)
618 [(set (reg:SI T_REG)
633 [(set (reg:SI T_REG)
644 [(set (reg:SI T_REG)
654 [(set (reg:SI T_REG)
668 [(set (reg:SI T_REG)
1043 (reg:SI T_REG)))
1054 (reg:SI T_REG)))
1151 (reg:SI T_REG)))
1154 (reg:SI T_REG))
[all …]
H A Dsh.h681 ((REGNO) == GBR_REG || (REGNO) == T_REG \
1243 || REGNO (X) == T_REG \
1269 || REGNO (X) == T_REG)) \
2872 : (REGNO) == T_REG \
H A Dsh.c808 rtx t_reg = gen_rtx_REG (SImode, T_REG);
896 gen_rtx_REG (SImode, T_REG),
4565 && reg != T_REG && reg != GBR_REG
6011 return (regno != T_REG && regno != PR_REG
8012 if (GET_CODE (op) == REG && REGNO (op) == T_REG in cmpsi_operand()
8078 if (GET_CODE (sh_compare_op0) != REG || REGNO (sh_compare_op0) != T_REG in sh_expand_t_scc()
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.md75 (T_REG 147)
567 [(set (reg:SI T_REG)
582 [(set (reg:SI T_REG)
593 [(set (reg:SI T_REG)
603 [(set (reg:SI T_REG)
617 [(set (reg:SI T_REG)
1386 (reg:SI T_REG)))
1397 (reg:SI T_REG)))
1517 (reg:SI T_REG)))
1520 (reg:SI T_REG))
[all …]
H A Dsh.h807 ((REGNO) == GBR_REG || (REGNO) == T_REG \
1440 || REGNO (X) == T_REG \
1469 || REGNO (X) == T_REG)) \
2880 : (REGNO) == T_REG \
H A Dpredicates.md163 return (regno != T_REG && regno != PR_REG
257 if (GET_CODE (op) == REG && REGNO (op) == T_REG
H A Dsh.c1347 rtx t_reg = gen_rtx_REG (SImode, T_REG); in prepare_scc_operands()
1433 gen_rtx_REG (SImode, T_REG), in from_compare()
5619 && reg != T_REG && reg != GBR_REG in calc_live_regs()
10109 if (GET_CODE (sh_compare_op0) != REG || REGNO (sh_compare_op0) != T_REG in sh_expand_t_scc()
10878 || REGNO (x) == T_REG)) in sh_secondary_reload()
10927 || REGNO (x) == T_REG in sh_secondary_reload()
/openbsd/gnu/gcc/gcc/config/mips/
H A Dconstraints.md27 (define_register_constraint "t" "T_REG"
H A Dmips.h1482 T_REG, /* mips16 T register ($24) */ enumerator
1627 ((CLASS) == GR_REGS || (CLASS) == M16_REGS || (CLASS) == T_REG \
H A Dmips.c651 T_REG, PIC_FN_ADDR_REG, LEA_REGS, LEA_REGS, enumerator
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c5427 #define T_REG 2 macro
5831 else if (cur_token.code == T_REG) in intel_e11()
5835 intel_match_token (T_REG); in intel_e11()
5993 if (intel_match_token ('*') && cur_token.code == T_REG) in intel_e11()
6011 intel_match_token (T_REG); in intel_e11()
6134 new_token.code = T_REG; in intel_get_token()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c6050 #define T_REG 2 macro
6475 if (prev_token.code != T_REG) in intel_e09()
6667 case T_REG: in intel_e11()
6671 intel_match_token (T_REG); in intel_e11()
6871 if (intel_match_token ('*') && cur_token.code == T_REG) in intel_e11()
6895 intel_match_token (T_REG); in intel_e11()
7007 new_token.code = T_REG; in intel_get_token()
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h2033 T_REG, /* mips16 T register ($24) */ enumerator
2169 ((CLASS) == GR_REGS || (CLASS) == M16_REGS || (CLASS) == T_REG \
H A Dmips.c463 T_REG, GR_REGS, GR_REGS, GR_REGS, enumerator
5410 mips_char_to_class['t'] = T_REG; in override_options()
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-00014591 (T_REG): Define.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-00014591 (T_REG): Define.
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.37954 * sh.md (block_lump_real_i4): Add missing clobber of T_REG
H A DChangeLog.717596 * config/sh/sh.md (AP_REG, PR_REG, T_REG, GBR_REG): Renumber.