Home
last modified time | relevance | path

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

/openbmc/qemu/target/m68k/
H A Dtranslate.c4173 uint32_t roti = (ofs + len) & 31; in DISAS_INSN() local
4175 tcg_gen_rotri_i32(tmp, tmp, roti); in DISAS_INSN()
4176 tcg_gen_andi_i32(dst, dst, ror32(maski, roti)); in DISAS_INSN()