Home | History | Annotate | Download | only in config

Lines Matching refs:opcode_index

1134   int match, opcode_index, i = 0, j, k;
1143 while ((opcode_index = opcode->format[i++]) != 0)
1145 if (fsize == FORCE_SHORT && opcode_index >= LONG)
1148 if (fsize == FORCE_LONG && opcode_index < LONG)
1151 fm = (struct d30v_format *) &d30v_format_table[opcode_index];
1152 k = opcode_index;
1153 while (fm->form == opcode_index)