Lines Matching defs:Imm1
57722 unsigned Imm1 = Ops[1].getConstantOperandVal(2);
57724 if ((Imm0 & 0x88) == 0 && (Imm1 & 0x88) == 0) {
57725 int Mask[4] = {(int)(Imm0 & 0x03), (int)((Imm0 >> 4) & 0x3), (int)(Imm1 & 0x03),
57726 (int)((Imm1 >> 4) & 0x3)};
57744 unsigned Imm1 = Ops[1].getConstantOperandVal(2);
57746 ((Imm1 & 1) << 4) | ((Imm1 & 2) << 5) | 0x80;