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

/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dsh-dis.c131 static const sh_opcode_info *first_movx, *first_movy; local
135 if (! first_movx)
137 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX_NOPY;)
138 first_movx++;
139 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY_NOPX;)
148 op = first_movx;
165 static const sh_opcode_info *first_movx, *first_movy; local
169 if (! first_movx)
171 for (first_movx
[all...]

Completed in 181 milliseconds