Searched refs:OP_INOUT (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Drecog.h29 OP_INOUT enumerator in enum:op_type
H A Dregrename.c691 GET_CODE (PATTERN (insn)) == COND_EXEC ? OP_INOUT : OP_OUT, 0);
695 scan_rtx (insn, &XEXP (x, 0), cl, action, OP_INOUT, earlyclobber);
701 type == OP_IN ? OP_IN : OP_INOUT, earlyclobber);
717 GET_CODE (PATTERN (insn)) == COND_EXEC ? OP_INOUT : OP_OUT, 0);
787 matching constraints. Also promote OP_OUT to OP_INOUT
798 recog_data.operand_type[i] = OP_INOUT;
859 || recog_data.operand_type[i] == OP_INOUT))
891 OP_INOUT, 0);
915 if (recog_data.operand_type[i] == OP_INOUT)
922 if (recog_data.operand_type[opn] == OP_INOUT)
[all...]
H A Dregclass.c1813 int scale = 1 + (recog_data.operand_type[i] == OP_INOUT);
H A Drecog.c2109 : recog_data.constraints[i][0] == '+' ? OP_INOUT

Completed in 60 milliseconds