HomeSort by relevance Sort by last modified time
    Searched refs:SSE2 (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
arch-10.s 13 # SSE2
x86-64-arch-2.s 13 # SSE2
arch-10-1.l 49 [ ]*13[ ]+\# SSE2
arch-10-2.l 48 [ ]*13[ ]+\# SSE2
arch-10-3.l 41 [ ]*13[ ]+\# SSE2
arch-10-4.l 39 [ ]*13[ ]+\# SSE2
x86-64-arch-2-1.l 43 [ ]*13[ ]+\# SSE2
x86-64-arch-2-2.l 42 [ ]*13[ ]+\# SSE2
  /external/libvpx/libvpx/test/
test_intra_pred_speed.cc 160 // Defines a test case for |arch| (e.g., C, SSE2, ...) passing the predictors
206 INTRA_PRED_TEST(SSE2, TestIntraPred4, vpx_dc_predictor_4x4_sse2,
213 INTRA_PRED_TEST(SSE2, TestIntraPred8, vpx_dc_predictor_8x8_sse2,
219 INTRA_PRED_TEST(SSE2, TestIntraPred16, vpx_dc_predictor_16x16_sse2,
226 INTRA_PRED_TEST(SSE2, TestIntraPred32, vpx_dc_predictor_32x32_sse2,
433 // Defines a test case for |arch| (e.g., C, SSE2, ...) passing the predictors
484 SSE2, TestHighbdIntraPred4, vpx_highbd_dc_predictor_4x4_sse2,
492 HIGHBD_INTRA_PRED_TEST(SSE2, TestHighbdIntraPred8,
501 HIGHBD_INTRA_PRED_TEST(SSE2, TestHighbdIntraPred16,
510 HIGHBD_INTRA_PRED_TEST(SSE2, TestHighbdIntraPred32
    [all...]
vp8_denoiser_sse2_test.cc 52 // avg_block_sse2 is the denoised result from SSE2 code.
55 // we need another copy of the source signal as the input of sse2 code.
113 INSTANTIATE_TEST_CASE_P(SSE2, VP8DenoiserTest, ::testing::Values(0, 1));
sum_squares_test.cc 109 SSE2, SumSquaresTest,
vp9_denoiser_test.cc 62 // avg_block_sse2 is the denoised result from SSE2 code.
107 SSE2, VP9DenoiserTest,
vp9_subtract_test.cc 92 INSTANTIATE_TEST_CASE_P(SSE2, VP9SubtractBlockTest,
avg_test.cc 453 SSE2, AverageTest,
462 SSE2, IntProRowTest,
469 SSE2, IntProColTest,
475 INSTANTIATE_TEST_CASE_P(SSE2, SatdTest,
482 SSE2, BlockErrorTestFP,
pp_filter_test.cc 110 // SSE2 reads in blocks of 16. Pad an extra 8 in case the width is not %16.
119 // SSE2 reads in blocks of 16. Pad an extra 8 in case the width is not %16.
127 // can have a different filter. SSE2 assembly reads flimits in blocks of 16 so
450 SSE2, VpxPostProcDownAndAcrossMbRowTest,
453 INSTANTIATE_TEST_CASE_P(SSE2, VpxMbPostProcAcrossIpTest,
456 INSTANTIATE_TEST_CASE_P(SSE2, VpxMbPostProcDownTest,
  /external/swiftshader/src/Common/
CPUID.cpp 35 bool CPUID::SSE2 = detectSSE2();
206 return SSE2 = (registers[3] & 0x04000000) != 0;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 45 NoMMXSSE, MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42
56 /// X86SSELevel - MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or
174 bool hasSSE2() const { return X86SSELevel >= SSE2; }
X86Subtarget.cpp 193 if ((EDX >> 26) & 1) { X86SSELevel = SSE2; ToggleFeature(X86::FeatureSSE2); }
316 // SSE2 can be turned off explicitly.)
320 FullFS = "+64bit,+sse2," + FullFS;
322 FullFS = "+64bit,+sse2";
336 if (!HasAVX && X86SSELevel < SSE2) {
337 X86SSELevel = SSE2;
  /prebuilts/go/darwin-x86/src/cmd/dist/
util_gc.go 18 return info[3]&(1<<26) != 0 // SSE2
  /prebuilts/go/linux-x86/src/cmd/dist/
util_gc.go 18 return info[3]&(1<<26) != 0 // SSE2
  /external/fec/
peak_sse2_assist.s 0 # SSE2 assist routines for peakval
peakval_sse2_assist.s 0 # SSE2 assist routines for peakval
sumsq_sse2_assist.s 0 # SSE2 assist routines for sumsq
vtest27.c 27 {"force-sse2",0,NULL,'t'},
76 Cpu_mode = SSE2;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
PlatformCpuInfo.h 137 UINT8 SSE2; // EDX [26]

Completed in 586 milliseconds

12 3 4 5