HomeSort by relevance Sort by last modified time
    Searched defs:popcnt (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
arch-5.s 4 popcnt %ecx,%ebx label
arch-6.s 4 popcnt %ecx,%ebx label
arch-7.s 4 popcnt %ecx,%ebx label
inval-reg.s 56 popcnt %bx,%ecx label
  /external/tensorflow/tensorflow/core/kernels/
population_count_op.cc 53 functor::PopulationCount<Device, T> popcnt; variable
54 popcnt(c, input, output);
77 inline uint8 PopCnt(const T v);
79 #define POPCNT(T, N) \
81 uint8 PopCnt<T>(const T v) { \
85 POPCNT(int8, 8);
86 POPCNT(uint8, 8);
87 POPCNT(int16, 16);
88 POPCNT(uint16, 16);
89 POPCNT(int32, 32)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 2344 static int popcnt(uint32 n) { function in namespace:google::protobuf::compiler::cpp
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 128 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT;
140 "SSE3=%d SSE4_1=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d LZCNT=%d POPCNT=%d "
145 CpuFeatures::IsSupported(LZCNT), CpuFeatures::IsSupported(POPCNT),
2836 void Assembler::popcnt(Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_3_0.c 3813 unsigned int arith, logical, compare, popcnt, ldst, insert_extract, permute, round; member in struct:insn_sel_flags_t_struct
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ia64.c 2613 static const unsigned char popcnt[16] = local
    [all...]

Completed in 158 milliseconds