HomeSort by relevance Sort by last modified time
    Searched refs:SSE3 (Results 1 - 25 of 31) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sse-check-none.s 13 # SSE3 instruction
sse-check.s 12 # SSE3 instruction
sse-check-error.l 25 [ ]*12[ ]+\# SSE3 instruction
x86-64-sse-check-error.l 25 [ ]*12[ ]+\# SSE3 instruction
arch-10.s 15 # SSE3
sse3.s 0 # SSE3 New Instructions
x86-64-arch-2.s 15 # SSE3
x86-64-sse3.s 1 # 64bit SSE3 New Instructions
arch-10-1.l 51 [ ]*15[ ]+\# SSE3
arch-10-2.l 50 [ ]*15[ ]+\# SSE3
arch-10-3.l 43 [ ]*15[ ]+\# SSE3
arch-10-4.l 41 [ ]*15[ ]+\# SSE3
x86-64-arch-2-1.l 45 [ ]*15[ ]+\# SSE3
x86-64-arch-2-2.l 44 [ ]*15[ ]+\# SSE3
sse3.d 2 #name: i386 SSE3
x86-64-sse3.d 2 #name: x86-64 SSE3
  /external/libchrome/base/
cpu.h 24 SSE3,
cpu.cc 290 if (has_sse3()) return SSE3;
  /external/llvm/lib/Target/X86/
X86Subtarget.h 50 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F
67 /// SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or none supported.
342 bool hasSSE3() const { return X86SSELevel >= SSE3; }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64-sse3.d 1 #source: ../x86-64-sse3.s
3 #name: x86-64 (ILP32) SSE3
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
sad_test.cc 537 INSTANTIATE_TEST_CASE_P(SSE3, SADx4Test, ::testing::Values(
550 INSTANTIATE_TEST_CASE_P(SSE3, SADTest, ::testing::Values(
  /external/v8/src/
globals.h 697 SSE3,
  /external/v8/src/ia32/
assembler-ia32.cc 116 if (cpu.has_sse3() && FLAG_enable_sse3) supported_ |= 1u << SSE3;
140 "SSE3=%d SSE4_1=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d LZCNT=%d POPCNT=%d "
142 CpuFeatures::IsSupported(SSE3), CpuFeatures::IsSupported(SSE4_1),
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/v8/src/x87/
assembler-x87.cc     [all...]

Completed in 177 milliseconds

1 2