HomeSort by relevance Sort by last modified time
    Searched refs:SSE4_1 (Results 1 - 19 of 19) sorted by null

  /external/clang/test/Index/
retain-target-options.c 5 // CHECK: error: SSE4_1 used
7 #error SSE4_1 used
  /ndk/tests/device/test-cpufeatures/jni/
test_cpufeatures.c 92 CHECK(X86, SSE4_1)
  /external/libvpx/libvpx/test/
quantize_test.cc 185 SSE4_1, QuantizeTest,
  /external/v8/src/ia32/
assembler-ia32.cc 115 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1;
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...]
macro-assembler-ia32.cc     [all...]
  /external/v8/src/x64/
assembler-x64.cc 81 if (cpu.has_sse41() && FLAG_enable_sse4_1) supported_ |= 1u << SSE4_1;
108 "SSE3=%d SSE4_1=%d SAHF=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d LZCNT=%d "
110 CpuFeatures::IsSupported(SSE3), CpuFeatures::IsSupported(SSE4_1),
    [all...]
macro-assembler-x64.cc     [all...]
  /external/v8/src/
globals.h 696 SSE4_1,
  /external/v8/test/cctest/
test-disasm-ia32.cc 492 if (CpuFeatures::IsSupported(SSE4_1)) {
493 CpuFeatureScope scope(&assm, SSE4_1);
test-disasm-x64.cc 485 if (CpuFeatures::IsSupported(SSE4_1)) {
486 CpuFeatureScope scope(&assm, SSE4_1);
test-assembler-ia32.cc 531 if (!CpuFeatures::IsSupported(SSE4_1)) return;
538 { CpuFeatureScope fscope41(&assm, SSE4_1);
    [all...]
test-assembler-x64.cc 686 if (!CpuFeatures::IsSupported(SSE4_1)) return;
692 { CpuFeatureScope fscope2(&assm, SSE4_1);
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 657 CpuFeatureScope sse_scope(masm(), SSE4_1);
730 CpuFeatureScope sse_scope(masm(), SSE4_1);
    [all...]
instruction-selector-ia32.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
instruction-selector-x64.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 538 milliseconds