Lines Matching refs:rot
4182 TCGv rot = tcg_temp_new(); in DISAS_INSN() local
4186 tcg_gen_subi_i32(rot, DREG(ext, 0), 1); in DISAS_INSN()
4187 tcg_gen_andi_i32(rot, rot, 31); in DISAS_INSN()
4189 tcg_gen_shl_i32(mask, mask, rot); in DISAS_INSN()
4190 tcg_gen_mov_i32(rot, DREG(ext, 0)); in DISAS_INSN()
4197 tcg_gen_movi_i32(rot, len & 31); in DISAS_INSN()
4201 tcg_gen_add_i32(rot, rot, DREG(ext, 6)); in DISAS_INSN()
4204 tcg_gen_addi_i32(rot, rot, ofs); in DISAS_INSN()
4206 tcg_gen_andi_i32(rot, rot, 31); in DISAS_INSN()
4207 tcg_gen_rotr_i32(mask, mask, rot); in DISAS_INSN()
4208 tcg_gen_rotr_i32(tmp, tmp, rot); in DISAS_INSN()