Home
last modified time | relevance | path

Searched refs:OP_INOUT (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dregrename.c691 GET_CODE (PATTERN (insn)) == COND_EXEC ? OP_INOUT : OP_OUT, 0); in scan_rtx()
695 scan_rtx (insn, &XEXP (x, 0), cl, action, OP_INOUT, earlyclobber); in scan_rtx()
701 type == OP_IN ? OP_IN : OP_INOUT, earlyclobber); in scan_rtx()
717 GET_CODE (PATTERN (insn)) == COND_EXEC ? OP_INOUT : OP_OUT, 0); in scan_rtx()
798 recog_data.operand_type[i] = OP_INOUT; in build_def_use()
859 || recog_data.operand_type[i] == OP_INOUT)) in build_def_use()
891 OP_INOUT, 0); in build_def_use()
915 if (recog_data.operand_type[i] == OP_INOUT) in build_def_use()
922 if (recog_data.operand_type[opn] == OP_INOUT) in build_def_use()
975 OP_INOUT, 0); in build_def_use()
[all …]
Drecog.h29 OP_INOUT enumerator
Dregclass.c1807 int scale = 1 + (recog_data.operand_type[i] == OP_INOUT); in record_reg_classes()
Drecog.c2097 : recog_data.constraints[i][0] == '+' ? OP_INOUT in extract_insn()
DChangeLog-20046339 as OP_INOUT if the instruction is predicated.