Lines Matching defs:Imm1
56369 unsigned Imm1 = Ops[1].getConstantOperandVal(2);
56371 if ((Imm0 & 0x88) == 0 && (Imm1 & 0x88) == 0) {
56372 int Mask[4] = {(int)(Imm0 & 0x03), (int)((Imm0 >> 4) & 0x3), (int)(Imm1 & 0x03),
56373 (int)((Imm1 >> 4) & 0x3)};
56391 unsigned Imm1 = Ops[1].getConstantOperandVal(2);
56393 ((Imm1 & 1) << 4) | ((Imm1 & 2) << 5) | 0x80;