Searched refs:num_operands (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgenflags.c44 static int num_operands (rtx);
84 num_operands (rtx insn) function
130 int num = num_operands (insn);
/freebsd-9.3-release/contrib/gdb/include/
H A Dxtensa-isa-internal.h68 int num_operands; /* Size of "operands" array. */ member in struct:xtensa_iclass_internal_struct
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c6235 int i = 0, highest_unmatched_operand, num_operands = 0, num_outputs = 0; local
6284 ++num_operands;
6311 num_operands intentionally doesn't account for that). */
6312 i = num_operands > 4 ? 2 : 1;
6349 if (num_operands > NELEMS (idesc->operands)
6350 || (num_operands < NELEMS (idesc->operands)
6351 && idesc->operands[num_operands])
6352 || (num_operands > 0 && !idesc->operands[num_operands - 1]))
6364 for (i = 0; i < num_operands
[all...]

Completed in 78 milliseconds