Home
last modified time | relevance | path

Searched refs:OP_OUT (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dregrename.c406 if (type == OP_OUT)
422 if ((type == OP_OUT && action != terminate_write)
423 || (type != OP_OUT && action == terminate_write))
692 scan_rtx (insn, &SET_DEST (x), class, action, OP_OUT, 0);
717 scan_rtx (insn, &SET_DEST (x), class, action, OP_OUT, 1);
798 || (predicated && recog_data.operand_type[i] == OP_OUT))
941 if (recog_data.operand_type[i] == OP_OUT)
951 scan_rtx (insn, loc, class, mark_write, OP_OUT,
964 if (recog_data.operand_type[opn] == OP_OUT)
965 scan_rtx (insn, loc, class, mark_write, OP_OUT,
[all …]
H A Drecog.h30 OP_OUT, enumerator
H A Dregclass.c1515 = ((recog_data.operand_type[i] != OP_OUT
1530 + (recog_data.operand_type[i] != OP_OUT
1740 = ((recog_data.operand_type[i] != OP_OUT
1755 + (recog_data.operand_type[i] != OP_OUT
1786 if (recog_data.operand_type[i] != OP_OUT)
H A Drecog.c2194 = (recog_data.constraints[i][0] == '=' ? OP_OUT
2692 || recog_data.operand_type[opno] != OP_OUT)
/openbsd-src/usr.sbin/vmd/
H A Dmmio.h72 OP_OUT, enumerator
H A Dx86_mmio.c302 case OP_OUT: return "OUT"; in str_opcode()
/openbsd-src/gnu/gcc/gcc/
H A Dregrename.c401 if (type == OP_OUT) in scan_rtx_reg()
417 if ((type == OP_OUT) != (action == terminate_write || action == mark_access)) in scan_rtx_reg()
691 GET_CODE (PATTERN (insn)) == COND_EXEC ? OP_INOUT : OP_OUT, 0); in scan_rtx()
717 GET_CODE (PATTERN (insn)) == COND_EXEC ? OP_INOUT : OP_OUT, 0); in scan_rtx()
797 || (predicated && recog_data.operand_type[i] == OP_OUT)) in build_def_use()
942 if (recog_data.operand_type[i] == OP_OUT) in build_def_use()
952 scan_rtx (insn, loc, cl, mark_write, OP_OUT, in build_def_use()
965 if (recog_data.operand_type[opn] == OP_OUT) in build_def_use()
966 scan_rtx (insn, loc, cl, mark_write, OP_OUT, in build_def_use()
1631 || (predicated && recog_data.operand_type[i] == OP_OUT)) in copyprop_hardreg_forward_1()
H A Drecog.h28 OP_OUT, enumerator
H A Dregclass.c1508 = ((recog_data.operand_type[i] != OP_OUT in record_reg_classes()
1523 + (recog_data.operand_type[i] != OP_OUT in record_reg_classes()
1734 = ((recog_data.operand_type[i] != OP_OUT in record_reg_classes()
1749 + (recog_data.operand_type[i] != OP_OUT in record_reg_classes()
1780 if (recog_data.operand_type[i] != OP_OUT) in record_reg_classes()
H A Drecog.c2096 = (recog_data.constraints[i][0] == '=' ? OP_OUT in extract_insn()
2624 || recog_data.operand_type[opno] != OP_OUT) in constrain_operands()