HomeSort by relevance Sort by last modified time
    Searched full:lzcnt (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
amdfam10.s 5 lzcnt (%ecx),%ebx
6 lzcnt (%ecx),%bx
7 lzcnt %ecx,%ebx
8 lzcnt %cx,%bx
21 lzcnt ebx,[ecx]
22 lzcnt bx,[ecx]
23 lzcnt ebx,ecx
24 lzcnt bx,cx
x86-64-amdfam10.s 5 lzcnt (%rcx),%rbx
6 lzcnt (%rcx),%ebx
7 lzcnt (%rcx),%bx
8 lzcnt %rcx,%rbx
9 lzcnt %ecx,%ebx
10 lzcnt %cx,%bx
25 lzcnt rbx,[rcx]
26 lzcnt ebx,[rcx]
27 lzcnt bx,[rcx]
28 lzcnt rbx,rc
    [all...]
arch-7.s 5 lzcnt %ecx,%ebx label
x86-64-amdfam10.d 9 0: f3 48 0f bd 19[ ]+lzcnt \(%rcx\),%rbx
10 5: f3 0f bd 19[ ]+lzcnt \(%rcx\),%ebx
11 9: 66 f3 0f bd 19[ ]+lzcnt \(%rcx\),%bx
12 e: f3 48 0f bd d9[ ]+lzcnt %rcx,%rbx
13 13: f3 0f bd d9[ ]+lzcnt %ecx,%ebx
14 17: 66 f3 0f bd d9[ ]+lzcnt %cx,%bx
27 [ ]*[a-f0-9]+: f3 48 0f bd 19[ ]+lzcnt \(%rcx\),%rbx
28 [ ]*[a-f0-9]+: f3 0f bd 19[ ]+lzcnt \(%rcx\),%ebx
29 [ ]*[a-f0-9]+: 66 f3 0f bd 19[ ]+lzcnt \(%rcx\),%bx
30 [ ]*[a-f0-9]+: f3 48 0f bd d9[ ]+lzcnt %rcx,%rb
    [all...]
arch-7.d 10 [ ]*[a-f0-9]+: f3 0f bd d9 lzcnt %ecx,%ebx
amdfam10.d 9 0: f3 0f bd 19[ ]+lzcnt \(%ecx\),%ebx
10 4: 66 f3 0f bd 19[ ]+lzcnt \(%ecx\),%bx
11 9: f3 0f bd d9[ ]+lzcnt %ecx,%ebx
12 d: 66 f3 0f bd d9[ ]+lzcnt %cx,%bx
23 [ ]*[a-f0-9]+: f3 0f bd 19[ ]+lzcnt \(%ecx\),%ebx
24 [ ]*[a-f0-9]+: 66 f3 0f bd 19[ ]+lzcnt \(%ecx\),%bx
25 [ ]*[a-f0-9]+: f3 0f bd d9[ ]+lzcnt %ecx,%ebx
26 [ ]*[a-f0-9]+: 66 f3 0f bd d9[ ]+lzcnt %cx,%bx
arch-10.s 55 # ABM/LZCNT
56 lzcnt %ecx,%ebx label
x86-64-arch-2.s 57 # ABM/LZCNT
58 lzcnt %ecx,%ebx label
  /external/valgrind/none/tests/amd64/
lzcnt64.vgtest 2 prereq: ../../../tests/x86_amd64_features amd64-lzcnt
  /external/valgrind/none/tests/x86/
lzcnt32.vgtest 2 prereq: ../../../tests/x86_amd64_features x86-lzcnt
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-amdfam10.d 10 0: f3 48 0f bd 19[ ]+lzcnt \(%rcx\),%rbx
11 5: f3 0f bd 19[ ]+lzcnt \(%rcx\),%ebx
12 9: 66 f3 0f bd 19[ ]+lzcnt \(%rcx\),%bx
13 e: f3 48 0f bd d9[ ]+lzcnt %rcx,%rbx
14 13: f3 0f bd d9[ ]+lzcnt %ecx,%ebx
15 17: 66 f3 0f bd d9[ ]+lzcnt %cx,%bx
28 [ ]*[a-f0-9]+: f3 48 0f bd 19[ ]+lzcnt \(%rcx\),%rbx
29 [ ]*[a-f0-9]+: f3 0f bd 19[ ]+lzcnt \(%rcx\),%ebx
30 [ ]*[a-f0-9]+: 66 f3 0f bd 19[ ]+lzcnt \(%rcx\),%bx
31 [ ]*[a-f0-9]+: f3 48 0f bd d9[ ]+lzcnt %rcx,%rb
    [all...]
  /external/llvm/test/CodeGen/X86/
lzcnt-tzcnt.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+bmi,+lzcnt | FileCheck %s
3 ; LZCNT and TZCNT will always produce the operand size when the input operand
4 ; is zero. This test is to verify that we efficiently select LZCNT/TZCNT
16 ; CHECK: lzcnt
27 ; CHECK: lzcnt
38 ; CHECK: lzcnt
49 ; CHECK: lzcnt
60 ; CHECK: lzcnt
71 ; CHECK: lzcnt
84 ; CHECK: lzcnt
    [all...]
avx512cdvl-intrinsics.ll 6 declare <4 x i32> @llvm.x86.avx512.mask.lzcnt.d.128(<4 x i32>, <4 x i32>, i8)
18 %res = call <4 x i32> @llvm.x86.avx512.mask.lzcnt.d.128(<4 x i32> %x0, <4 x i32> %x1, i8 %x2)
19 %res1 = call <4 x i32> @llvm.x86.avx512.mask.lzcnt.d.128(<4 x i32> %x0, <4 x i32> %x1, i8 -1)
20 %res3 = call <4 x i32> @llvm.x86.avx512.mask.lzcnt.d.128(<4 x i32> %x0, <4 x i32> zeroinitializer, i8 %x2)
26 declare <8 x i32> @llvm.x86.avx512.mask.lzcnt.d.256(<8 x i32>, <8 x i32>, i8)
36 %res = call <8 x i32> @llvm.x86.avx512.mask.lzcnt.d.256(<8 x i32> %x0, <8 x i32> %x1, i8 %x2)
37 %res1 = call <8 x i32> @llvm.x86.avx512.mask.lzcnt.d.256(<8 x i32> %x0, <8 x i32> %x1, i8 -1)
42 declare <2 x i64> @llvm.x86.avx512.mask.lzcnt.q.128(<2 x i64>, <2 x i64>, i8)
52 %res = call <2 x i64> @llvm.x86.avx512.mask.lzcnt.q.128(<2 x i64> %x0, <2 x i64> %x1, i8 %x2)
53 %res1 = call <2 x i64> @llvm.x86.avx512.mask.lzcnt.q.128(<2 x i64> %x0, <2 x i64> %x1, i8 -1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
lzcntintrin.h 1 /*===---- lzcntintrin.h - LZCNT intrinsics ---------------------------------===
32 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("lzcnt")))
38 /// This intrinsic corresponds to the \c LZCNT instruction.
54 /// This intrinsic corresponds to the \c LZCNT instruction.
70 /// This intrinsic corresponds to the \c LZCNT instruction.
87 /// This intrinsic corresponds to the \c LZCNT instruction.
103 /// This intrinsic corresponds to the \c LZCNT instruction.
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
lzcntintrin.h 1 /*===---- lzcntintrin.h - LZCNT intrinsics ---------------------------------===
32 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("lzcnt")))
38 /// This intrinsic corresponds to the \c LZCNT instruction.
54 /// This intrinsic corresponds to the \c LZCNT instruction.
70 /// This intrinsic corresponds to the \c LZCNT instruction.
87 /// This intrinsic corresponds to the \c LZCNT instruction.
103 /// This intrinsic corresponds to the \c LZCNT instruction.
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
lzcntintrin.h 1 /*===---- lzcntintrin.h - LZCNT intrinsics ---------------------------------===
32 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("lzcnt")))
38 /// This intrinsic corresponds to the \c LZCNT instruction.
54 /// This intrinsic corresponds to the \c LZCNT instruction.
70 /// This intrinsic corresponds to the \c LZCNT instruction.
87 /// This intrinsic corresponds to the \c LZCNT instruction.
103 /// This intrinsic corresponds to the \c LZCNT instruction.
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
lzcntintrin.h 1 /*===---- lzcntintrin.h - LZCNT intrinsics ---------------------------------===
32 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("lzcnt")))
38 /// This intrinsic corresponds to the \c LZCNT instruction.
54 /// This intrinsic corresponds to the \c LZCNT instruction.
70 /// This intrinsic corresponds to the \c LZCNT instruction.
87 /// This intrinsic corresponds to the \c LZCNT instruction.
103 /// This intrinsic corresponds to the \c LZCNT instruction.
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
lzcntintrin.h 1 /*===---- lzcntintrin.h - LZCNT intrinsics ---------------------------------===
32 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("lzcnt")))
38 /// This intrinsic corresponds to the \c LZCNT instruction.
54 /// This intrinsic corresponds to the \c LZCNT instruction.
70 /// This intrinsic corresponds to the \c LZCNT instruction.
87 /// This intrinsic corresponds to the \c LZCNT instruction.
103 /// This intrinsic corresponds to the \c LZCNT instruction.
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
lzcntintrin.h 1 /*===---- lzcntintrin.h - LZCNT intrinsics ---------------------------------===
32 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("lzcnt")))
38 /// This intrinsic corresponds to the \c LZCNT instruction.
54 /// This intrinsic corresponds to the \c LZCNT instruction.
70 /// This intrinsic corresponds to the \c LZCNT instruction.
87 /// This intrinsic corresponds to the \c LZCNT instruction.
103 /// This intrinsic corresponds to the \c LZCNT instruction.
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
lzcntintrin.h 1 /*===---- lzcntintrin.h - LZCNT intrinsics ---------------------------------===
32 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("lzcnt")))
38 /// This intrinsic corresponds to the \c LZCNT instruction.
54 /// This intrinsic corresponds to the \c LZCNT instruction.
70 /// This intrinsic corresponds to the \c LZCNT instruction.
87 /// This intrinsic corresponds to the \c LZCNT instruction.
103 /// This intrinsic corresponds to the \c LZCNT instruction.
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
lzcntintrin.h 1 /*===---- lzcntintrin.h - LZCNT intrinsics ---------------------------------===
32 #define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("lzcnt")))
38 /// This intrinsic corresponds to the \c LZCNT instruction.
54 /// This intrinsic corresponds to the \c LZCNT instruction.
70 /// This intrinsic corresponds to the \c LZCNT instruction.
87 /// This intrinsic corresponds to the \c LZCNT instruction.
103 /// This intrinsic corresponds to the \c LZCNT instruction.
  /external/clang/test/CodeGen/
lzcnt-builtins.c 1 // RUN: %clang_cc1 %s -triple=x86_64-apple-darwin -target-feature +lzcnt -emit-llvm -o - | FileCheck %s
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
module.map 109 explicit module lzcnt {
110 requires lzcnt
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
module.map 109 explicit module lzcnt {
110 requires lzcnt
  /prebuilts/sdk/renderscript/clang-include/
module.map 120 explicit module lzcnt {
121 requires lzcnt

Completed in 1618 milliseconds

1 2 3 4 5 6 7