Searched refs:n_ops (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | simplify-rtx.c | 1670 int n_ops = 2, input_ops = 2, input_consts = 0, n_consts; local 1690 for (i = 0; i < n_ops; i++) 1704 if (n_ops == 7) 1707 ops[n_ops].op = XEXP (this_op, 1); 1708 ops[n_ops].neg = (this_code == MINUS) ^ this_neg; 1709 n_ops++; 1723 if (n_ops < 7 1729 ops[n_ops].op = XEXP (XEXP (this_op, 0), 1); 1730 ops[n_ops].neg = this_neg; 1731 n_ops++; [all …]
|
| H A D | regrename.c | 755 int n_ops; local 785 n_ops = recog_data.n_operands; 792 for (i = 0; i < n_ops; ++i) 803 for (i = 0; i < n_ops; i++) 812 for (i = 0; i < n_ops; i++) 841 for (i = 0; i < n_ops; i++) 852 for (i = 0; i < n_ops; i++) 865 for (i = 0; i < n_ops + recog_data.n_dups; i++) 867 int opn = i < n_ops ? i : recog_data.dup_num[i - n_ops]; 868 rtx *loc = (i < n_ops [all …]
|
| H A D | regclass.c | 1404 record_reg_classes (n_alts, n_ops, ops, modes, in record_reg_classes() argument 1407 int n_ops; 1431 for (i = 0; i < n_ops; i++) 1808 for (i = 0; i < n_ops; i++)
|
| H A D | ChangeLog.7 | 20739 * simplify-rtx.c (simplify_plus_minus): Bump n_ops for NOT.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-i960.c | 1317 int n_ops; /* Number of operands. */ in reg_fmt() local 1320 n_ops = oP->num_ops; in reg_fmt() 1322 if (n_ops >= 1) in reg_fmt() 1326 if ((n_ops == 1) && !(instr & M3)) in reg_fmt() 1345 if (n_ops >= 2) in reg_fmt() 1349 if ((n_ops == 2) && !(instr & M3)) in reg_fmt() 1367 if (n_ops == 3) in reg_fmt() 1602 int n_ops; in md_assemble() local 1618 n_ops = i_scan (textP, args); in md_assemble() 1620 if (n_ops == -1) in md_assemble() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-i960.c | 596 int n_ops; /* Number of instruction operands */ local 612 n_ops = i_scan (textP, args); 613 if (n_ops == -1) 621 n_ops = parse_ldconst (args); 622 if (n_ops == -1) 651 else if (n_ops != oP->num_ops) 654 oP->num_ops, n_ops); 2184 int n_ops; /* Number of operands */ local 2200 n_ops = get_args (p, args); 2201 if (n_ops == -1) [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | regrename.c | 754 int n_ops; in build_def_use() local 784 n_ops = recog_data.n_operands; in build_def_use() 791 for (i = 0; i < n_ops; ++i) in build_def_use() 802 for (i = 0; i < n_ops; i++) in build_def_use() 811 for (i = 0; i < n_ops; i++) in build_def_use() 840 for (i = 0; i < n_ops; i++) in build_def_use() 851 for (i = 0; i < n_ops; i++) in build_def_use() 864 for (i = 0; i < n_ops + recog_data.n_dups; i++) in build_def_use() 866 int opn = i < n_ops ? i : recog_data.dup_num[i - n_ops]; in build_def_use() 867 rtx *loc = (i < n_ops in build_def_use() [all …]
|
| H A D | simplify-rtx.c | 3216 int n_ops = 2, input_ops = 2; in simplify_plus_minus() local 3235 for (i = 0; i < n_ops; i++) in simplify_plus_minus() 3245 if (n_ops == 7) in simplify_plus_minus() 3248 ops[n_ops].op = XEXP (this_op, 1); in simplify_plus_minus() 3249 ops[n_ops].neg = (this_code == MINUS) ^ this_neg; in simplify_plus_minus() 3250 n_ops++; in simplify_plus_minus() 3266 if (n_ops < 7 in simplify_plus_minus() 3272 ops[n_ops].op = XEXP (XEXP (this_op, 0), 1); in simplify_plus_minus() 3273 ops[n_ops].neg = this_neg; in simplify_plus_minus() 3274 n_ops++; in simplify_plus_minus() [all …]
|
| H A D | regclass.c | 1400 record_reg_classes (int n_alts, int n_ops, rtx *ops, in record_reg_classes() argument 1421 for (i = 0; i < n_ops; i++) in record_reg_classes() 1802 for (i = 0; i < n_ops; i++) in record_reg_classes()
|