Searched refs:OP_INOUT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | regrename.c | 691 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 …]
|
| D | recog.h | 29 OP_INOUT enumerator
|
| D | regclass.c | 1807 int scale = 1 + (recog_data.operand_type[i] == OP_INOUT); in record_reg_classes()
|
| D | recog.c | 2097 : recog_data.constraints[i][0] == '+' ? OP_INOUT in extract_insn()
|
| D | ChangeLog-2004 | 6339 as OP_INOUT if the instruction is predicated.
|