Home
last modified time | relevance | path

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

/openbmc/qemu/disas/
H A Dsh4.c1291 const sh_opcode_info *opx, *opy; in print_insn_ddt() local
1304 for (opx = first_movx; opx->nibbles[2] != insn_x;) in print_insn_ddt()
1305 opx++; in print_insn_ddt()
1306 print_movxy (opx, ((insn >> 9) & 1) + 4, (insn >> 7) & 1, in print_insn_ddt()
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc849 static void tcg_out_mem_long(TCGContext *s, int opi, int opx, TCGReg rt,
1509 static void tcg_out_mem_long(TCGContext *s, int opi, int opx, TCGReg rt,
1592 tcg_out32(s, opx | TAB(rt & 31, base, rs));