Searched refs:BitCount (Results 1 – 12 of 12) sorted by relevance
144 int BitCount(uint64_t value) { return CountSetBits(value); } in BitCount() function147 Int64 BitCount(Uint32 value) { return CountSetBits(value.Get()); } in BitCount() function
382 int BitCount(uint64_t value);876 Int64 BitCount(Uint32 value);
9 # if BitCount(registers) < 1 then UNPREDICTABLE
39 static int BitCount(uint32_t u32) { in BitCount() function70 bit_counts[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]); in BitCountComparison()373 handle->far_bit_counts[0] = BitCount(binary_far_spectrum); in WebRtc_AddBinaryFarSpectrum()
801 unsigned BitCount = 0;805 BitCount += Iter->count();807 return BitCount;
814 unsigned BitCount = 0;818 BitCount += Iter->count();820 return BitCount;
481 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT; in Binop() local488 Ctx->getConstantInt(DestTy, BitCount - 1))); in Binop()494 Ctx->getConstantInt(DestTy, BitCount), Masked)); in Binop()507 const SizeT BitCount = typeWidthInBytes(DestTy) * CHAR_BIT; in Binop() local514 Ctx->getConstantInt(DestTy, BitCount - 1))); in Binop()520 Ctx->getConstantInt(DestTy, BitCount), Masked)); in Binop()
192 _SPIRV_OP(BitCount, 205)
727 _SPIRV_OP(BitCount)
609 int const BitCount(sizeof(genIUType) * 8); local611 for(int BitIndex(0); BitIndex < BitCount; ++BitIndex)
150 # if BitCount(registers) < 1 then UNPREDICTABLE
8337 (BitCount(Uint32(mask)) != 1))) { in DecodeT32()10184 (BitCount(((Uint32((instr >> 14)) & Uint32(0x1)) in DecodeT32()10297 (BitCount(((Uint32((instr >> 15)) & Uint32(0x1)) in DecodeT32()64980 (BitCount((Uint32(instr) & Uint32(0xffff))) > Int64(1))) { in DecodeA32()65038 (BitCount((Uint32(instr) & Uint32(0xffff))) > Int64(1))) { in DecodeA32()