Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dtranslate.c5560 int accnum; in DISAS_INSN() local
5563 accnum = (insn >> 9) & 3; in DISAS_INSN()
5564 acc = MACREG(accnum); in DISAS_INSN()
5576 tcg_gen_andi_i32(QREG_MACSR, QREG_MACSR, ~(MACSR_PAV0 << accnum)); in DISAS_INSN()
5633 int accnum; in DISAS_INSN() local
5634 accnum = (insn >> 9) & 3; in DISAS_INSN()
5635 acc = MACREG(accnum); in DISAS_INSN()
5645 tcg_gen_andi_i32(QREG_MACSR, QREG_MACSR, ~(MACSR_PAV0 << accnum)); in DISAS_INSN()
5647 gen_helper_mac_set_flags(tcg_env, tcg_constant_i32(accnum)); in DISAS_INSN()