Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dtranslate.c5598 int accnum; in DISAS_INSN() local
5601 accnum = (insn >> 9) & 3; in DISAS_INSN()
5602 acc = MACREG(accnum); in DISAS_INSN()
5614 tcg_gen_andi_i32(QREG_MACSR, QREG_MACSR, ~(MACSR_PAV0 << accnum)); in DISAS_INSN()
5671 int accnum; in DISAS_INSN() local
5672 accnum = (insn >> 9) & 3; in DISAS_INSN()
5673 acc = MACREG(accnum); in DISAS_INSN()
5683 tcg_gen_andi_i32(QREG_MACSR, QREG_MACSR, ~(MACSR_PAV0 << accnum)); in DISAS_INSN()
5685 gen_helper_mac_set_flags(tcg_env, tcg_constant_i32(accnum)); in DISAS_INSN()