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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
arch-7.s 5 lzcnt %ecx,%ebx label
arch-10.s 55 # ABM/LZCNT
56 lzcnt %ecx,%ebx label
x86-64-arch-2.s 57 # ABM/LZCNT
58 lzcnt %ecx,%ebx label
inval-reg.s 57 lzcnt %bx,%ecx label
  /external/v8/src/ia32/
assembler-ia32.cc 127 if (cpu.has_lzcnt() && FLAG_enable_lzcnt) supported_ |= 1u << LZCNT;
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),
2826 void Assembler::lzcnt(Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]

Completed in 351 milliseconds