Searched refs:ZMask (Results 1 – 4 of 4) sorted by relevance
35 unsigned ZMask = Imm & 15; in DecodeINSERTPSMask() local44 if (ZMask & 1) ShuffleMask[0] = SM_SentinelZero; in DecodeINSERTPSMask()45 if (ZMask & 2) ShuffleMask[1] = SM_SentinelZero; in DecodeINSERTPSMask()46 if (ZMask & 4) ShuffleMask[2] = SM_SentinelZero; in DecodeINSERTPSMask()47 if (ZMask & 8) ShuffleMask[3] = SM_SentinelZero; in DecodeINSERTPSMask()
1752 uint8_t ZMask = Imm & 0xf; in simplifyX86insertps() local1760 if (ZMask == 0xf) in simplifyX86insertps()1769 if (ZMask) { in simplifyX86insertps()1773 (ZMask & (1 << DestLane))) { in simplifyX86insertps()1780 if ((ZMask >> i) & 0x1) in simplifyX86insertps()
2415 unsigned ZMask = Imm & 15; in commuteInstructionImpl() local2421 if (DstIdx == SrcIdx && (ZMask & (1 << DstIdx)) == 0 && in commuteInstructionImpl()2422 llvm::popcount(ZMask) == 2) { in commuteInstructionImpl()2423 unsigned AltIdx = llvm::countr_zero((ZMask | (1 << DstIdx)) ^ 15); in commuteInstructionImpl()2425 unsigned AltImm = (AltIdx << 6) | (AltIdx << 4) | ZMask; in commuteInstructionImpl()7314 unsigned ZMask = Imm & 15; in foldMemoryOperandCustom() local7324 unsigned NewImm = (DstIdx << 4) | ZMask; in foldMemoryOperandCustom()
7102 unsigned ZMask = Zeroable.to_ulong(); in LowerBuildVectorv4x32() local7104 unsigned InsertPSMask = EltMaskIdx << 6 | EltIdx << 4 | ZMask; in LowerBuildVectorv4x32()13224 unsigned ZMask = 0; in matchShuffleAsInsertPS() local13232 ZMask |= 1 << i; in matchShuffleAsInsertPS()13282 InsertPSMask = VBSrcIndex << 6 | VBDstIndex << 4 | ZMask; in matchShuffleAsInsertPS()