Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dtranslate.c4944 TCGv_ptr cpu_src, cpu_dest; in DISAS_INSN() local
4963 cpu_src = gen_fp_ptr(REG(ext, 7)); in DISAS_INSN()
4965 if (gen_ea_fp(env, s, insn, opsize, cpu_src, in DISAS_INSN()
4969 gen_helper_ftst(tcg_env, cpu_src); in DISAS_INSN()
4986 cpu_src = gen_fp_result_ptr(); in DISAS_INSN()
4987 if (gen_ea_fp(env, s, insn, opsize, cpu_src, in DISAS_INSN()
4995 cpu_src = gen_fp_ptr(REG(ext, 10)); in DISAS_INSN()
5000 gen_fp_move(cpu_dest, cpu_src); in DISAS_INSN()
5003 gen_helper_fsround(tcg_env, cpu_dest, cpu_src); in DISAS_INSN()
5006 gen_helper_fdround(tcg_env, cpu_dest, cpu_src); in DISAS_INSN()
[all …]