| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | regrename.c | 635 scan_rtx_reg (insn, loc, class, action, OP_IN, 0); 691 scan_rtx (insn, &SET_SRC (x), class, action, OP_IN, 0); 702 type == OP_IN ? OP_IN : OP_INOUT, earlyclobber); 703 scan_rtx (insn, &XEXP (x, 1), class, action, OP_IN, 0); 704 scan_rtx (insn, &XEXP (x, 2), class, action, OP_IN, 0); 837 OP_IN, 0); 847 NO_REGS, terminate_all_read, OP_IN, 0); 859 && (recog_data.operand_type[i] == OP_IN 861 scan_rtx (insn, loc, NO_REGS, terminate_all_read, OP_IN, 0); 892 OP_IN, 0); [all …]
|
| H A D | recog.h | 29 OP_IN, enumerator
|
| H A D | regclass.c | 1518 + (recog_data.operand_type[i] != OP_IN 1527 = ((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 D | recog.c | 2196 : OP_IN);
|
| H A D | reload1.c | 3135 if (recog_data.operand_type[i] != OP_IN 3158 if (recog_data.operand_type[i] != OP_IN
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | regrename.c | 638 scan_rtx_reg (insn, loc, cl, action, OP_IN, 0); in scan_rtx_address() 689 scan_rtx (insn, &SET_SRC (x), cl, action, OP_IN, 0); in scan_rtx() 701 type == OP_IN ? OP_IN : OP_INOUT, earlyclobber); in scan_rtx() 702 scan_rtx (insn, &XEXP (x, 1), cl, action, OP_IN, 0); in scan_rtx() 703 scan_rtx (insn, &XEXP (x, 2), cl, action, OP_IN, 0); in scan_rtx() 836 OP_IN, 0); in build_def_use() 846 NO_REGS, terminate_all_read, OP_IN, 0); in build_def_use() 858 && (recog_data.operand_type[i] == OP_IN in build_def_use() 860 scan_rtx (insn, loc, NO_REGS, terminate_all_read, OP_IN, 0); in build_def_use() 897 OP_IN, 0); in build_def_use() [all …]
|
| H A D | recog.h | 27 OP_IN, enumerator
|
| H A D | regclass.c | 1511 + (recog_data.operand_type[i] != OP_IN in record_reg_classes() 1520 = ((recog_data.operand_type[i] != OP_IN in record_reg_classes() 1737 + (recog_data.operand_type[i] != OP_IN in record_reg_classes() 1746 = ((recog_data.operand_type[i] != OP_IN in record_reg_classes() 1783 if (recog_data.operand_type[i] != OP_IN) in record_reg_classes()
|
| H A D | recog.c | 2098 : OP_IN); in extract_insn()
|
| H A D | reload1.c | 3161 if (recog_data.operand_type[i] != OP_IN in eliminate_regs_in_insn() 3197 if (recog_data.operand_type[i] != OP_IN in eliminate_regs_in_insn()
|
| /openbsd-src/usr.sbin/vmd/ |
| H A D | mmio.h | 68 OP_IN, enumerator
|
| H A D | x86_mmio.c | 298 case OP_IN: return "IN"; in str_opcode()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/ |
| H A D | arm.c | 2983 if (recog_data.operand_type[opno] == OP_IN) 6155 if (recog_data.operand_type[opno] != OP_IN)
|
| /openbsd-src/gnu/gcc/gcc/config/arm/ |
| H A D | arm.c | 5206 if (recog_data.operand_type[opno] == OP_IN) in arm_adjust_cost() 8145 if (recog_data.operand_type[opno] != OP_IN) in note_invalid_constants()
|