Home
last modified time | relevance | path

Searched refs:cpu_dest (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
4957 cpu_dest = gen_fp_ptr(REG(ext, 7)); in DISAS_INSN()
4958 gen_helper_fconst(tcg_env, cpu_dest, rom_offset); in DISAS_INSN()
4997 cpu_dest = gen_fp_ptr(REG(ext, 7)); 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()
5009 gen_helper_firound(tcg_env, cpu_dest, cpu_src); in DISAS_INSN()
5012 gen_helper_fsinh(tcg_env, cpu_dest, cpu_src); in DISAS_INSN()
5015 gen_helper_fitrunc(tcg_env, cpu_dest, cpu_src); in DISAS_INSN()
[all …]