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

12 3 4

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target.cpp 51 2, 3, 2, 0, // POPCNT, INSBF, EXTBF, TEXBAR
107 // POPCNT, INSBF, EXTBF
nv50_ir_print.cpp 178 "popcnt",
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 117 int popCnt = fGeoSrcStateStack.count() - 1;
118 while (popCnt) {
120 --popCnt;
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 117 int popCnt = fGeoSrcStateStack.count() - 1;
118 while (popCnt) {
120 --popCnt;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 510 Value *PopCnt, *PopCntZext, *NewCount, *TripCnt;
512 PopCnt = createPopcntIntrinsic(Builder, Var, DL);
514 Builder.CreateZExtOrTrunc(PopCnt, cast<IntegerType>(CntPhi->getType()));
516 if (NewCount != PopCnt)
    [all...]
  /external/qemu/target-i386/
ops_sse_header.h 333 DEF_HELPER_2(popcnt, tl, tl, i32)
helper.c 47 NULL, NULL, "dca", NULL, NULL, NULL, NULL, "popcnt",
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86.td 33 def FeaturePOPCNT : SubtargetFeature<"popcnt", "HasPOPCNT", "true",
34 "Support POPCNT instruction">;
X86Subtarget.h 79 /// HasPOPCNT - True if the processor supports POPCNT.
X86InstrSSE.td     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 178 "popcnt",
  /external/llvm/lib/Target/PowerPC/
PPC.td 81 "Enable the popcnt[dw] instructions">;
  /external/valgrind/main/none/tests/amd64/
sse4-64.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-c++ 
i686-linux-cpp 
i686-linux-g++ 
i686-linux-gcc 
i686-linux-gcc-4.6.x-google 
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 
g++ 
gcc 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/bin/
i686-linux-android-c++ 
i686-linux-android-cpp 

Completed in 181 milliseconds

12 3 4