Home
last modified time | relevance | path

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

/openbmc/qemu/disas/
H A Dsh4.c1256 static const sh_opcode_info *first_movx, *first_movy; in print_insn_ddt() local
1260 if (! first_movx) in print_insn_ddt()
1262 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX_NOPY;) in print_insn_ddt()
1263 first_movx++; in print_insn_ddt()
1273 op = first_movx; in print_insn_ddt()
1290 static const sh_opcode_info *first_movx, *first_movy; in print_insn_ddt() local
1294 if (! first_movx) in print_insn_ddt()
1296 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX;) in print_insn_ddt()
1297 first_movx++; in print_insn_ddt()
1298 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY;) in print_insn_ddt()
[all …]