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.c119 TCGv_i64 mactmp; member
5440 s->mactmp = tcg_temp_new_i64(); in DISAS_INSN()
5491 gen_helper_macmulf(s->mactmp, tcg_env, rx, ry); in DISAS_INSN()
5494 gen_helper_macmuls(s->mactmp, tcg_env, rx, ry); in DISAS_INSN()
5496 gen_helper_macmulu(s->mactmp, tcg_env, rx, ry); in DISAS_INSN()
5499 tcg_gen_shli_i64(s->mactmp, s->mactmp, 1); in DISAS_INSN()
5502 tcg_gen_shri_i64(s->mactmp, s->mactmp, 1); in DISAS_INSN()
5527 tcg_gen_sub_i64(MACREG(acc), MACREG(acc), s->mactmp); in DISAS_INSN()
5529 tcg_gen_add_i64(MACREG(acc), MACREG(acc), s->mactmp); in DISAS_INSN()
5560 tcg_gen_sub_i64(MACREG(acc), MACREG(acc), s->mactmp); in DISAS_INSN()
[all …]