Searched refs:OP_IN (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Drecog.h27 OP_IN, enumerator in enum:op_type
H A Dregrename.c638 scan_rtx_reg (insn, loc, cl, action, OP_IN, 0);
689 scan_rtx (insn, &SET_SRC (x), cl, action, OP_IN, 0);
701 type == OP_IN ? OP_IN : OP_INOUT, earlyclobber);
702 scan_rtx (insn, &XEXP (x, 1), cl, action, OP_IN, 0);
703 scan_rtx (insn, &XEXP (x, 2), cl, action, OP_IN, 0);
836 OP_IN, 0);
846 NO_REGS, terminate_all_read, OP_IN, 0);
858 && (recog_data.operand_type[i] == OP_IN
860 scan_rtx (insn, loc, NO_REGS, terminate_all_read, OP_IN,
[all...]
H A Dregclass.c1517 + (recog_data.operand_type[i] != OP_IN
1526 = ((recog_data.operand_type[i] != OP_IN
1743 + (recog_data.operand_type[i] != OP_IN
1752 = ((recog_data.operand_type[i] != OP_IN
1789 if (recog_data.operand_type[i] != OP_IN)
H A Drecog.c2110 : OP_IN);
H A Dreload1.c3176 if (recog_data.operand_type[i] != OP_IN
3212 if (recog_data.operand_type[i] != OP_IN
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c5224 if (recog_data.operand_type[opno] == OP_IN)
8167 if (recog_data.operand_type[opno] != OP_IN)

Completed in 172 milliseconds