Lines Matching defs:Imm0
56368 unsigned Imm0 = Ops[0].getConstantOperandVal(2);
56371 if ((Imm0 & 0x88) == 0 && (Imm1 & 0x88) == 0) {
56372 int Mask[4] = {(int)(Imm0 & 0x03), (int)((Imm0 >> 4) & 0x3), (int)(Imm1 & 0x03),
56390 unsigned Imm0 = Ops[0].getConstantOperandVal(2);
56392 unsigned Imm = ((Imm0 & 1) << 0) | ((Imm0 & 2) << 1) | 0x08 |