Searched refs:ZMask (Results 1 – 4 of 4) sorted by relevance
34 unsigned ZMask = Imm & 15; in DecodeINSERTPSMask() local43 if (ZMask & 1) ShuffleMask[0] = SM_SentinelZero; in DecodeINSERTPSMask()44 if (ZMask & 2) ShuffleMask[1] = SM_SentinelZero; in DecodeINSERTPSMask()45 if (ZMask & 4) ShuffleMask[2] = SM_SentinelZero; in DecodeINSERTPSMask()46 if (ZMask & 8) ShuffleMask[3] = SM_SentinelZero; in DecodeINSERTPSMask()
574 uint8_t ZMask = Imm & 0xf; in simplifyX86insertps() local582 if (ZMask == 0xf) in simplifyX86insertps()591 if (ZMask) { in simplifyX86insertps()595 (ZMask & (1 << DestLane))) { in simplifyX86insertps()602 if ((ZMask >> i) & 0x1) in simplifyX86insertps()
2060 unsigned ZMask = Imm & 15; in commuteInstructionImpl() local2066 if (DstIdx == SrcIdx && (ZMask & (1 << DstIdx)) == 0 && in commuteInstructionImpl()2067 countPopulation(ZMask) == 2) { in commuteInstructionImpl()2068 unsigned AltIdx = findFirstSet((ZMask | (1 << DstIdx)) ^ 15); in commuteInstructionImpl()2070 unsigned AltImm = (AltIdx << 6) | (AltIdx << 4) | ZMask; in commuteInstructionImpl()5961 unsigned ZMask = Imm & 15; in foldMemoryOperandCustom() local5970 unsigned NewImm = (DstIdx << 4) | ZMask; in foldMemoryOperandCustom()
9052 unsigned ZMask = Zeroable.to_ulong(); in LowerBuildVectorv4x32() local9054 unsigned InsertPSMask = EltMaskIdx << 6 | EltIdx << 4 | ZMask; in LowerBuildVectorv4x32()14655 unsigned ZMask = 0; in matchShuffleAsInsertPS() local14663 ZMask |= 1 << i; in matchShuffleAsInsertPS()14713 InsertPSMask = VBSrcIndex << 6 | VBDstIndex << 4 | ZMask; in matchShuffleAsInsertPS()