Searched refs:operand_number (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenoutput.c166 int operand_number; /* Operand index in the big array. */
400 printf (" &operand_data[%d],\n", d->operand_number);
623 d->operand_number = 0;
648 d->operand_number = next_operand_number - i;
660 d->operand_number = od->index;
165 int operand_number; /* Operand index in the big array. */ member in struct:data
H A Dregmove.c1680 fixup_match_1 (insn, set, src, src_subreg, dst, backward, operand_number,
1683 int backward, operand_number, match_number;
1728 operand_number, INSN_UID (insn), match_number);
1740 operand_number. */
2069 operand_number, INSN_UID (insn), match_number);
/openbsd-current/gnu/gcc/gcc/
H A Dgenoutput.c167 int operand_number; /* Operand index in the big array. */
397 printf (" &operand_data[%d],\n", d->operand_number);
617 d->operand_number = 0;
642 d->operand_number = next_operand_number - i;
654 d->operand_number = od->index;
166 int operand_number; /* Operand index in the big array. */ member in struct:data
H A Dregmove.c1669 int backward, int operand_number, int match_number)
1707 operand_number, INSN_UID (insn), match_number);
1719 operand_number. */
2048 operand_number, INSN_UID (insn), match_number);
1661 fixup_match_1(rtx insn, rtx set, rtx src, rtx src_subreg, rtx dst, int backward, int operand_number, int match_number) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c13004 output_call (insn, call_dest, operand_number)
13007 int operand_number;
13033 operand_number, IDENTIFIER_POINTER (labelname));
13038 sprintf (buf, "bl %%z%d", operand_number);

Completed in 362 milliseconds