Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dcpu.h113 uint64_t mactmp; member
H A Dtranslate.c118 TCGv_i64 mactmp; member
5434 s->mactmp = tcg_temp_new_i64(); in DISAS_INSN()
5485 gen_helper_macmulf(s->mactmp, tcg_env, rx, ry); in DISAS_INSN()
5488 gen_helper_macmuls(s->mactmp, tcg_env, rx, ry); in DISAS_INSN()
5490 gen_helper_macmulu(s->mactmp, tcg_env, rx, ry); in DISAS_INSN()
5493 tcg_gen_shli_i64(s->mactmp, s->mactmp, 1); in DISAS_INSN()
5496 tcg_gen_shri_i64(s->mactmp, s->mactmp, 1); in DISAS_INSN()
5521 tcg_gen_sub_i64(MACREG(acc), MACREG(acc), s->mactmp); in DISAS_INSN()
5523 tcg_gen_add_i64(MACREG(acc), MACREG(acc), s->mactmp); in DISAS_INSN()
5554 tcg_gen_sub_i64(MACREG(acc), MACREG(acc), s->mactmp); in DISAS_INSN()
[all …]