Searched refs:mactmp (Results 1 – 2 of 2) sorted by relevance
/qemu/target/m68k/ |
H A D | cpu.h | 113 uint64_t mactmp; member
|
H A D | translate.c | 119 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 …]
|