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()
575 uint8_t ZMask = Imm & 0xf; in simplifyX86insertps() local583 if (ZMask == 0xf) in simplifyX86insertps()592 if (ZMask) { in simplifyX86insertps()596 (ZMask & (1 << DestLane))) { in simplifyX86insertps()603 if ((ZMask >> i) & 0x1) in simplifyX86insertps()
2091 unsigned ZMask = Imm & 15; in commuteInstructionImpl() local2097 if (DstIdx == SrcIdx && (ZMask & (1 << DstIdx)) == 0 && in commuteInstructionImpl()2098 llvm::popcount(ZMask) == 2) { in commuteInstructionImpl()2099 unsigned AltIdx = findFirstSet((ZMask | (1 << DstIdx)) ^ 15); in commuteInstructionImpl()2101 unsigned AltImm = (AltIdx << 6) | (AltIdx << 4) | ZMask; in commuteInstructionImpl()6007 unsigned ZMask = Imm & 15; in foldMemoryOperandCustom() local6016 unsigned NewImm = (DstIdx << 4) | ZMask; in foldMemoryOperandCustom()
9164 unsigned ZMask = Zeroable.to_ulong(); in LowerBuildVectorv4x32() local9166 unsigned InsertPSMask = EltMaskIdx << 6 | EltIdx << 4 | ZMask; in LowerBuildVectorv4x32()14989 unsigned ZMask = 0; in matchShuffleAsInsertPS() local14997 ZMask |= 1 << i; in matchShuffleAsInsertPS()15047 InsertPSMask = VBSrcIndex << 6 | VBDstIndex << 4 | ZMask; in matchShuffleAsInsertPS()