Searched refs:noperands (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Drecog.c121 int noperands;
135 noperands = asm_noperands (x);
136 if (noperands < 0)
138 if (noperands == 0)
141 operands = alloca (noperands * sizeof (rtx));
142 constraints = alloca (noperands * sizeof (char *));
146 for (i = 0; i < noperands; i++)
1484 int noperands;
1492 noperands = ASM_OPERANDS_INPUT_LENGTH (asmop) + 1;
1494 for (i = 1; i < noperands;
120 int noperands; local
1476 int noperands; local
2014 int noperands; local
[all...]
H A Dreload.c2533 int noperands;
2631 noperands = reload_n_operands = recog_data.n_operands;
2635 if (noperands == 0 || n_alternatives == 0)
2642 noperands * sizeof (enum machine_mode));
2643 memcpy (constraints, recog_data.constraints, noperands * sizeof (char *));
2652 for (i = 0; i < noperands; i++)
2679 gcc_assert (i != noperands - 1);
2743 for (i = 0; i < noperands; i++)
2881 if (set != 0 && noperands >= 2 && recog_data.operand[0] == SET_DEST (set)
2928 for (i = 0; i < noperands;
2520 int noperands; local
[all...]
H A Dfinal.c2101 unsigned int noperands = asm_noperands (body);
2102 rtx *ops = alloca (noperands * sizeof (rtx));
2111 insn_noperands = noperands;
2092 unsigned int noperands = asm_noperands (body); local
H A Dreload1.c1343 int i, noperands;
1348 || (noperands = asm_noperands (PATTERN (chain->insn))) < 0)
1370 for (i = 0; i < noperands; i++)
1338 int i, noperands; local

Completed in 120 milliseconds