HomeSort by relevance Sort by last modified time
    Searched defs:B0 (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 679 #define B0(X) ir_function_signature *_##X();
750 B0(ftransform);
788 B0(textureCubeArrayShadow);
795 B0(EmitVertex)
796 B0(EndPrimitive)
801 B0(barrier)
896 #undef B0
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 396 const __m128i B0 = _mm_adds_epi16(A01, A23); // a0 | a1 | ...
398 const __m128i C0 = _mm_unpacklo_epi32(B0, B1); // a0 | a1 | a3 | a2 | ...
399 const __m128i C1 = _mm_unpacklo_epi32(B1, B0); // a3 | a2 | a0 | a1 | ...
970 const __m128i b0 = _mm_loadu_si128((const __m128i*)&b[BPS * 0]); local
1003 const __m128i b0 = LOAD_8x16b(&b[BPS * 0]); local
1031 const __m128i b0 = _mm_loadl_epi64((const __m128i*)&b[BPS * 0]); local
1065 const __m128i b0 = _mm_srli_epi16(a0, 8); \/\/ hi byte local
1137 const __m128i b0 = _mm_add_epi16(a0, a1); local
1161 const __m128i b0 = _mm_add_epi16(a0, a1); local
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 520 llvm::Value *B0 = Builder.CreateMul(Builder.CreateXor(High, A1), KMul);
521 llvm::Value *B1 = Builder.CreateXor(Builder.CreateLShr(B0, K47), B0);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 48 B0 = 0x0
    [all...]
zerrors_darwin_amd64.go 48 B0 = 0x0
    [all...]
zerrors_darwin_arm.go 47 B0 = 0x0
    [all...]
zerrors_darwin_arm64.go 49 B0 = 0x0
    [all...]
zerrors_solaris_amd64.go 62 B0 = 0x0
    [all...]
zerrors_dragonfly_amd64.go 47 B0 = 0x0
    [all...]
zerrors_freebsd_386.go 99 B0 = 0x0
    [all...]
zerrors_freebsd_amd64.go 99 B0 = 0x0
    [all...]
zerrors_freebsd_arm.go 99 B0 = 0x0
    [all...]
zerrors_linux_arm64.go 119 B0 = 0x0
    [all...]
zerrors_linux_mips.go 118 B0 = 0x0
    [all...]
zerrors_linux_mips64.go 116 B0 = 0x0
    [all...]
zerrors_linux_mips64le.go 116 B0 = 0x0
    [all...]
zerrors_linux_mipsle.go 118 B0 = 0x0
    [all...]
zerrors_linux_ppc64.go 118 B0 = 0x0
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 48 B0 = 0x0
    [all...]
zerrors_darwin_amd64.go 48 B0 = 0x0
    [all...]
zerrors_darwin_arm.go 47 B0 = 0x0
    [all...]
zerrors_darwin_arm64.go 49 B0 = 0x0
    [all...]
zerrors_solaris_amd64.go 62 B0 = 0x0
    [all...]

Completed in 1398 milliseconds

1 2 34 5 6