Home | History | Annotate | Download | only in X86

Lines Matching refs:Src2Hi

3220     unsigned Src2Hi = Imm & 0x10;
3226 MI->getOperand(3).setImm((Src1Hi << 4) | (Src2Hi >> 4));