Searched refs:roti (Results 1 – 1 of 1) sorted by relevance
4173 uint32_t roti = (ofs + len) & 31; in DISAS_INSN() local4175 tcg_gen_rotri_i32(tmp, tmp, roti); in DISAS_INSN()4176 tcg_gen_andi_i32(dst, dst, ror32(maski, roti)); in DISAS_INSN()