Lines Matching refs:next_opcode
2288 struct v850_opcode *next_opcode;3016 next_opcode = opcode + 1;3017 if (next_opcode->name != NULL3018 && strcmp (next_opcode->name, opcode->name) == 0)3020 opcode = next_opcode;