Lines Matching refs:GroupSize
7272 int64_t GroupSize; in parseSwizzleBroadcast() local
7275 if (!parseSwizzleOperand(GroupSize, in parseSwizzleBroadcast()
7281 if (!isPowerOf2_64(GroupSize)) { in parseSwizzleBroadcast()
7286 0, GroupSize - 1, in parseSwizzleBroadcast()
7289 Imm = encodeBitmaskPerm(BITMASK_MAX - GroupSize + 1, LaneIdx, 0); in parseSwizzleBroadcast()
7300 int64_t GroupSize; in parseSwizzleReverse() local
7302 if (!parseSwizzleOperand(GroupSize, in parseSwizzleReverse()
7308 if (!isPowerOf2_64(GroupSize)) { in parseSwizzleReverse()
7313 Imm = encodeBitmaskPerm(BITMASK_MAX, 0, GroupSize - 1); in parseSwizzleReverse()
7322 int64_t GroupSize; in parseSwizzleSwap() local
7324 if (!parseSwizzleOperand(GroupSize, in parseSwizzleSwap()
7330 if (!isPowerOf2_64(GroupSize)) { in parseSwizzleSwap()
7335 Imm = encodeBitmaskPerm(BITMASK_MAX, 0, GroupSize); in parseSwizzleSwap()