Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dsh-dis.c133 static const sh_opcode_info *first_movx, *first_movy; in print_insn_ddt() local
137 if (! first_movx) in print_insn_ddt()
139 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX_NOPY;) in print_insn_ddt()
140 first_movx++; in print_insn_ddt()
141 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY_NOPX;) in print_insn_ddt()
150 op = first_movx; in print_insn_ddt()
167 static const sh_opcode_info *first_movx, *first_movy; in print_insn_ddt() local
171 if (! first_movx) in print_insn_ddt()
173 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX;) in print_insn_ddt()
174 first_movx++; in print_insn_ddt()
[all …]