OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lzcnt
(Results
1 - 25
of
38
) sorted by null
1
2
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
amd200707.asm
13
lzcnt
ax, bx
label
14
lzcnt
cx, word [0]
label
15
lzcnt
dx, [0]
label
16
lzcnt
eax, ebx
label
17
lzcnt
ecx, dword [0]
label
18
lzcnt
edx, [0]
label
19
lzcnt
rax, rbx
label
20
lzcnt
rcx, qword [0]
label
21
lzcnt
rdx, [0]
label
Makefile.inc
114
EXTRA_DIST += modules/arch/x86/tests/
lzcnt
.asm
115
EXTRA_DIST += modules/arch/x86/tests/
lzcnt
.hex
/external/valgrind/main/none/tests/amd64/
lzcnt64.vgtest
2
prereq: ../../../tests/x86_amd64_features amd64-
lzcnt
/external/valgrind/main/none/tests/x86/
lzcnt32.vgtest
2
prereq: ../../../tests/x86_amd64_features x86-
lzcnt
/external/clang/test/CodeGen/
lzcnt-builtins.c
1
// RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +
lzcnt
-emit-llvm -o - | FileCheck %s
/external/clang/lib/Headers/
module.map
120
explicit module
lzcnt
{
121
requires
lzcnt
lzcntintrin.h
1
/*===---- lzcntintrin.h -
LZCNT
intrinsics ---------------------------------===
29
# error "
LZCNT
instruction is not enabled"
/prebuilts/sdk/renderscript/clang-include/
lzcntintrin.h
1
/*===---- lzcntintrin.h -
LZCNT
intrinsics ---------------------------------===
29
# error "
LZCNT
instruction is not enabled"
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
lzcntintrin.h
29
# error "
LZCNT
instruction is not enabled"
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
lzcntintrin.h
29
# error "
LZCNT
instruction is not enabled"
/external/llvm/test/CodeGen/X86/
lzcnt.ll
1
; RUN: llc < %s -march=x86-64 -mattr=+
lzcnt
| FileCheck %s
/external/valgrind/main/tests/
x86_amd64_features.c
74
} else if ( strcmp( cpu, "x86-
lzcnt
" ) == 0 ) {
91
} else if ( strcmp( cpu, "amd64-
lzcnt
" ) == 0 ) {
/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/llvm/lib/Target/X86/
X86.td
128
def FeatureLZCNT : SubtargetFeature<"
lzcnt
", "HasLZCNT", "true",
129
"Support
LZCNT
instruction">;
X86Subtarget.h
112
/// HasLZCNT - Processor has
LZCNT
instruction.
X86InstrInfo.td
[
all
...]
/external/clang/lib/Basic/
Targets.cpp
[
all
...]
/external/valgrind/main/coregrind/
m_machine.c
725
/* Figure out if this is an AMD that can do
LZCNT
. */
730
have_lzcnt = (ecx & (1<<5)) != 0; /* True => have
LZCNT
*/
825
/* Figure out if this is an AMD that can do
LZCNT
. */
830
have_lzcnt = (ecx & (1<<5)) != 0; /* True => have
LZCNT
*/
[
all
...]
/external/valgrind/main/VEX/pub/
libvex.h
77
#define VEX_HWCAPS_X86_LZCNT (1<<4) /* SSE4a
LZCNT
insn */
83
#define VEX_HWCAPS_AMD64_LZCNT (1<<7) /* SSE4a
LZCNT
insn */
/external/valgrind/main/
configure.in
[
all
...]
/external/clang/include/clang/Driver/
Options.td
[
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
...]
Completed in 1734 milliseconds
1
2