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

1 2 3 4

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
amd200707.asm 23 popcnt ax, bx label
24 popcnt cx, word [0] label
25 popcnt dx, [0] label
26 popcnt eax, ebx label
27 popcnt ecx, dword [0] label
28 popcnt edx, [0] label
29 popcnt rax, rbx label
30 popcnt rcx, qword [0] label
31 popcnt rdx, [0] label
sse4.asm 205 popcnt ax, bx label
206 popcnt ax, [0] label
207 popcnt ebx, ecx label
208 popcnt ebx, [0] label
209 popcnt rcx, rdx label
210 popcnt rcx, [0] label
  /external/qemu/tcg/
TODO 1 - Add new instructions such as: clz, ctz, popcnt.
  /build/core/combo/arch/x86/
x86-atom.mk 14 ARCH_X86_HAVE_POPCNT := false # popcnt is not supported by current Atom CPUs
  /external/clang/test/CodeGen/
popcnt-builtins.c 1 // RUN: %clang_cc1 %s -O3 -triple=x86_64-apple-darwin -target-feature +popcnt -emit-llvm -o - | FileCheck %s
  /external/clang/lib/Headers/
module.map 125 explicit module popcnt {
126 requires popcnt
popcntintrin.h 1 /*===---- popcntintrin.h - POPCNT intrinsics -------------------------------===
25 #error "POPCNT instruction set not enabled"
  /external/llvm/test/CodeGen/X86/
peep-test-4.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+bmi,+bmi2,+popcnt | FileCheck %s
174 ; CHECK-LABEL: popcnt:
180 define void @popcnt(i32 %x) nounwind {
181 %popcnt = tail call i32 @llvm.ctpop.i32(i32 %x)
182 %cmp = icmp eq i32 %popcnt, 0
186 tail call void @foo(i32 %popcnt)
popcnt.ll 1 ; RUN: llc -march=x86-64 -mattr=+popcnt < %s | FileCheck %s
  /prebuilts/sdk/renderscript/clang-include/
popcntintrin.h 1 /*===---- popcntintrin.h - POPCNT intrinsics -------------------------------===
25 #error "POPCNT instruction set not enabled"
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
popcntintrin.h 25 # error "POPCNT instruction set not enabled"
ia32intrin.h 76 /* 32bit popcnt */
191 /* 64bit popcnt */
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
popcntintrin.h 25 # error "POPCNT instruction set not enabled"
ia32intrin.h 76 /* 32bit popcnt */
199 /* 64bit popcnt */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
popcntintrin.h 25 # error "POPCNT instruction set not enabled"
ia32intrin.h 76 /* 32bit popcnt */
191 /* 64bit popcnt */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
popcntintrin.h 25 # error "POPCNT instruction set not enabled"
ia32intrin.h 76 /* 32bit popcnt */
191 /* 64bit popcnt */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
popcntintrin.h 25 # error "POPCNT instruction set not enabled"
ia32intrin.h 76 /* 32bit popcnt */
191 /* 64bit popcnt */
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
popcntintrin.h 25 # error "POPCNT instruction set not enabled"
ia32intrin.h 76 /* 32bit popcnt */
199 /* 64bit popcnt */
  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 76 CHECK(POPCNT)
  /ndk/docs/text/
CPU-FEATURES.text 126 > Indicates that the device's CPU supports the POPCNT instruction.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp 51 2, 3, 2, 0, // POPCNT, INSBF, EXTBF, TEXBAR
107 // POPCNT, INSBF, EXTBF

Completed in 908 milliseconds

1 2 3 4