Home | History | Annotate | Download | only in aarch64

Lines Matching refs:op_num

1175       /* We must track two variables here.  op_num is
1185 int op_num = insn_data[d->code].n_operands - 1;
1187 ? op_num + 1
1188 : op_num;
1193 for (int j = op_num; j >= 0; j--)
1207 for (; op_num >= 0; arg_num--, op_num--)
1209 machine_mode op_mode = insn_data[d->code].operand[op_num].mode;
1214 type_signature[op_num] = 'u';
1219 type_signature[op_num] = 'p';
1223 type_signature[op_num] = 's';