Lines Matching refs:rot_imm
1154 uint32_t rot_imm = (imm >> rot) | (imm << ((32-rot) & 0x1F));1155 MCOperand_CreateImm0(Inst, rot_imm);