Lines Matching refs:next_opcode
1152 struct d10v_opcode *next_opcode;
1173 next_opcode = opcode + 1;
1177 flags = d10v_operands[next_opcode->operands[0]].flags;
1201 int bits = d10v_operands[next_opcode->operands[opnum]].bits;
1203 flags = d10v_operands[next_opcode->operands[opnum]].flags;
1260 next_opcode++;
1266 opcode = next_opcode;
1349 next_opcode = opcode + 1;
1351 if (next_opcode->opcode == 0)
1354 if (strcmp (next_opcode->name, opcode->name))
1357 opcode = next_opcode;