Searched refs:m68k_copy_line (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 4319 static void m68k_copy_line(TCGv dst, TCGv src, int index) in m68k_copy_line() function 4351 m68k_copy_line(AREG(ext, 12), AREG(insn, 0), index); in DISAS_INSN() 4370 m68k_copy_line(reg, addr, index); in DISAS_INSN() 4373 m68k_copy_line(addr, reg, index); in DISAS_INSN()
|