Searched refs:SCRATCH (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/tools/tools/gdb_regofs/
H A Dia64.c35 #define SCRATCH(x) offsetof(struct reg, r_scratch) \ macro
53 SCRATCH(gr2), SCRATCH(gr3),
55 SCRATCH(gr8), SCRATCH(gr9), SCRATCH(gr10), SCRATCH(gr11),
57 SCRATCH(gr14), SCRATCH(gr15), SCRATCH(gr1
[all...]
/freebsd-10.1-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_ia64.c171 #define SCRATCH(x) offsetof(struct trapframe, tf_scratch) \ macro
179 SCRATCH(gr2), SCRATCH(gr3),
181 SCRATCH(gr8), SCRATCH(gr9), SCRATCH(gr10), SCRATCH(gr11),
183 SCRATCH(gr14), SCRATCH(gr15), SCRATCH(gr1
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Drtl.c236 case SCRATCH:
237 /* SCRATCH must be shared because they represent distinct values. */
378 case SCRATCH:
H A Dregclass.c993 0, MEM, SCRATCH, frequency * 2);
997 SCRATCH, frequency * 2);
1073 0, MEM, SCRATCH, frequency * 2);
1188 = base_reg_class (VOIDmode, POST_INC, SCRATCH);
1589 [(int) base_reg_class (VOIDmode, ADDRESS, SCRATCH)];
1703 [(int) base_reg_class (VOIDmode, ADDRESS, SCRATCH)];
1896 /* If X is a SCRATCH, there is actually nothing to move since we are
1899 if (GET_CODE (x) == SCRATCH)
2007 else if (INDEX_REG_CLASS == base_reg_class (VOIDmode, PLUS, SCRATCH))
2104 record_address_regs (mode, XEXP (x, 0), 0, code, SCRATCH,
989 0, MEM, SCRATCH, frequency * 2); local
1068 0, MEM, SCRATCH, frequency * 2); local
[all...]
H A Dreload.c1313 if (out != 0 && GET_CODE (out) != SCRATCH)
2437 case SCRATCH:
3189 = (int) base_reg_class (VOIDmode, ADDRESS, SCRATCH);
3334 /* A SCRATCH is not a valid operand. */
3335 && GET_CODE (operand) != SCRATCH
3395 = (int) base_reg_class (VOIDmode, ADDRESS, SCRATCH);
3470 permitted for this insn. We can always reload SCRATCH
3472 if (GET_CODE (operand) != SCRATCH
3504 If we are reloading a SCRATCH, we won't be generating any
3512 && GET_CODE (operand) != SCRATCH
6098 base_reg_class (GET_MODE (tem), MEM, SCRATCH), local
[all...]
H A Dalias.c2156 if (GET_MODE (x) == BLKmode && GET_CODE (XEXP (x, 0)) == SCRATCH)
2158 if (GET_MODE (mem) == BLKmode && GET_CODE (XEXP (mem, 0)) == SCRATCH)
2232 if (GET_MODE (x) == BLKmode && GET_CODE (XEXP (x, 0)) == SCRATCH)
2234 if (GET_MODE (mem) == BLKmode && GET_CODE (XEXP (mem, 0)) == SCRATCH)
2294 if (GET_MODE (x) == BLKmode && GET_CODE (XEXP (x, 0)) == SCRATCH)
2296 if (GET_MODE (mem) == BLKmode && GET_CODE (XEXP (mem, 0)) == SCRATCH)
H A Drtl.def362 needed, in which case it can remain a SCRATCH. This code is
364 DEF_RTL_EXPR(SCRATCH, "scratch", "0", RTX_OBJ)
712 /* Match a SCRATCH or a register. When used to generate rtl, a
713 SCRATCH is generated. As for MATCH_OPERAND, the mode specifies
H A Dregrename.c532 enum rtx_code index_code = SCRATCH;
633 base_reg_class (GET_MODE (x), MEM, SCRATCH), action,
684 base_reg_class (GET_MODE (x), MEM, SCRATCH), action,
1457 enum rtx_code index_code = SCRATCH;
1585 SCRATCH),
H A Drtl-factoring.c693 || (!ok_for_base_p_1 (i, Pmode, MEM, SCRATCH))
695 base_reg_class (VOIDmode, MEM, SCRATCH)))
H A Drtlanal.c580 case SCRATCH:
1311 case SCRATCH:
1771 && GET_CODE (XEXP (m, 0)) == SCRATCH)
1873 case SCRATCH:
1939 case SCRATCH:
2003 case SCRATCH:
2096 case SCRATCH:
2284 case SCRATCH:
H A Drecog.c1110 /* Return 1 if OP should match a MATCH_SCRATCH, i.e., if it is a SCRATCH
1119 return (GET_CODE (op) == SCRATCH
2213 [(int) base_reg_class (VOIDmode, ADDRESS, SCRATCH)];
2235 SCRATCH)]);
2581 || (strict == 0 && GET_CODE (op) == SCRATCH)
H A Dsched-vis.c496 case SCRATCH:
H A Demit-rtl.c2214 case SCRATCH:
2216 /* SCRATCH must be shared because they represent distinct values. */
2416 case SCRATCH:
2417 /* SCRATCH must be shared because they represent distinct values. */
4876 case SCRATCH:
4956 if (code == SCRATCH)
H A Dgensupport.c1340 {"scratch_operand", false, {SCRATCH, REG}},
H A Dreload1.c1186 || (GET_CODE (XEXP (XEXP (PATTERN (insn), 0), 0)) != SCRATCH
1410 [(int) base_reg_class (VOIDmode, ADDRESS, SCRATCH)];
1421 [(int) base_reg_class (VOIDmode, ADDRESS, SCRATCH)];
7177 if ((REG_P (old) || GET_CODE (old) == SCRATCH)
7193 else if (GET_CODE (old) == SCRATCH)
H A Ddf-scan.c1360 case SCRATCH:
H A Dflow.c3074 /* If this is the last pass and this is a SCRATCH, show it will be dying
3076 else if (GET_CODE (reg) == SCRATCH)
H A Dgengtype.c601 else if (i == SCRATCH && aindex == 0)
/freebsd-10.1-release/contrib/gcc/config/sparc/
H A Dsparc.c6402 case SCRATCH:
8623 /* SCRATCH = *THIS. */
8657 /* SCRATCH = *(*THIS + VCALL_OFFSET). */

Completed in 311 milliseconds