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

  /toolchain/binutils/binutils-2.25/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/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 1524 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),
2688 void Assembler::popcnt(Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ia64.c 2623 static const unsigned char popcnt[16] = local
    [all...]

Completed in 1049 milliseconds