HomeSort by relevance Sort by last modified time
    Searched full:lzcnt (Results 26 - 50 of 63) sorted by null

12 3

  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
lzcntintrin.h 34 #pragma GCC target("lzcnt")
  /external/chromium_org/components/nacl/renderer/
platform_info.cc 77 // TODO: AES, POPCNT, LZCNT, ...
  /external/llvm/test/CodeGen/X86/
lzcnt.ll 1 ; RUN: llc < %s -march=x86-64 -mattr=+lzcnt | FileCheck %s
avx512-intrinsics.ll 330 %res = call <16 x i32> @llvm.x86.avx512.mask.lzcnt.d.512(<16 x i32> %a, <16 x i32> zeroinitializer, i16 -1)
334 declare <16 x i32> @llvm.x86.avx512.mask.lzcnt.d.512(<16 x i32>, <16 x i32>, i16) nounwind readonly
340 %res = call <8 x i64> @llvm.x86.avx512.mask.lzcnt.q.512(<8 x i64> %a, <8 x i64> zeroinitializer, i8 -1)
344 declare <8 x i64> @llvm.x86.avx512.mask.lzcnt.q.512(<8 x i64>, <8 x i64>, i8) nounwind readonly
349 %res = call <16 x i32> @llvm.x86.avx512.mask.lzcnt.d.512(<16 x i32> %a, <16 x i32> %b, i16 %mask)
355 %res = call <8 x i64> @llvm.x86.avx512.mask.lzcnt.q.512(<8 x i64> %a, <8 x i64> %b, i8 %mask)
peep-test-4.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+bmi,+bmi2,+popcnt,+lzcnt | FileCheck %s
  /external/valgrind/main/tests/
x86_amd64_features.c 100 } else if ( strcmp( cpu, "x86-lzcnt" ) == 0 ) {
117 } else if ( strcmp( cpu, "amd64-lzcnt" ) == 0 ) {
  /external/llvm/lib/Target/Sparc/
SparcInstrVIS.td 242 def LZCNT : VISInstFormat<0b000010111, (outs I64Regs:$rd),
243 (ins I64Regs:$rs2), "lzcnt $rs2, $rd", []>;
  /external/valgrind/main/VEX/priv/
main_main.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h 85 #define CPU_LZCNT 51 /* Intel LZCNT instruction */
x86cpu.gperf 399 lzcnt, x86_cpu_set, CPU_LZCNT
gen_x86_insn.py 45 "BMI2", "INVPCID", "LZCNT"]
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
Makefile.inc 114 EXTRA_DIST += modules/arch/x86/tests/lzcnt.asm
115 EXTRA_DIST += modules/arch/x86/tests/lzcnt.hex
  /external/llvm/lib/Target/X86/
X86.td 137 def FeatureLZCNT : SubtargetFeature<"lzcnt", "HasLZCNT", "true",
138 "Support LZCNT instruction">;
X86Subtarget.h 121 /// HasLZCNT - Processor has LZCNT instruction.
X86InstrInfo.td     [all...]
  /external/valgrind/main/coregrind/
m_machine.c 762 /* Figure out if this is an AMD or Intel that can do LZCNT. */
768 have_lzcnt = (ecx & (1<<5)) != 0; /* True => have LZCNT */
871 /* Figure out if this CPU can do LZCNT. */
875 have_lzcnt = (ecx & (1<<5)) != 0; /* True => have LZCNT */
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 80 #define VEX_HWCAPS_X86_LZCNT (1<<5) /* SSE4a LZCNT insn */
86 #define VEX_HWCAPS_AMD64_LZCNT (1<<7) /* SSE4a LZCNT insn */
    [all...]
  /external/valgrind/main/docs/internals/
3_8_BUGSTATUS.txt 27 (B38=2505) 2478 (295808: Fix LZCNT and TZCNT properly)
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/valgrind/main/
NEWS 133 334049 lzcnt fails silently (x86_32)
    [all...]
  /external/clang/include/clang/Driver/
Options.td     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-as.1     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf 379 lzcnt, cnt_insn, 3, SUF_Z, 0xBD, 0, 0, 0, CPU_LZCNT, 0, 0
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/bin/
llvm-as 

Completed in 1087 milliseconds

12 3