Searched refs:first_movy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dsh-dis.c131 static const sh_opcode_info *first_movx, *first_movy; local
139 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY_NOPX;)
140 first_movy++;
146 op = first_movy;
165 static const sh_opcode_info *first_movx, *first_movy; local
173 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY;)
174 first_movy++;
189 for (opy = first_movy; op
[all...]

Completed in 24 milliseconds