Searched refs:mactmp (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/m68k/ |
H A D | cpu.h | 113 uint64_t mactmp; member
|
H A D | translate.c | 118 TCGv_i64 mactmp; member 5439 s->mactmp = tcg_temp_new_i64(); in DISAS_INSN() 5490 gen_helper_macmulf(s->mactmp, tcg_env, rx, ry); in DISAS_INSN() 5493 gen_helper_macmuls(s->mactmp, tcg_env, rx, ry); in DISAS_INSN() 5495 gen_helper_macmulu(s->mactmp, tcg_env, rx, ry); in DISAS_INSN() 5498 tcg_gen_shli_i64(s->mactmp, s->mactmp, 1); in DISAS_INSN() 5501 tcg_gen_shri_i64(s->mactmp, s->mactmp, 1); in DISAS_INSN() 5526 tcg_gen_sub_i64(MACREG(acc), MACREG(acc), s->mactmp); in DISAS_INSN() 5528 tcg_gen_add_i64(MACREG(acc), MACREG(acc), s->mactmp); in DISAS_INSN() 5559 tcg_gen_sub_i64(MACREG(acc), MACREG(acc), s->mactmp); in DISAS_INSN() [all …]
|