Home | History | Annotate | Download | only in config

Lines Matching refs:next_opcode

2288   struct v850_opcode *next_opcode;
3016 next_opcode = opcode + 1;
3017 if (next_opcode->name != NULL
3018 && strcmp (next_opcode->name, opcode->name) == 0)
3020 opcode = next_opcode;