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

  /external/v8/src/
globals.h 734 FMA3,
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 601 if (!CpuFeatures::IsSupported(FMA3)) return;
609 CpuFeatureScope fscope(&assm, FMA3);
830 if (!CpuFeatures::IsSupported(FMA3)) return;
838 CpuFeatureScope fscope(&assm, FMA3);
    [all...]
test-disasm-ia32.cc 544 // FMA3 instruction
546 if (CpuFeatures::IsSupported(FMA3)) {
547 CpuFeatureScope scope(&assm, FMA3);
test-disasm-x64.cc 621 // FMA3 instruction
623 if (CpuFeatures::IsSupported(FMA3)) {
624 CpuFeatureScope scope(&assm, FMA3);
test-assembler-x64.cc 780 if (!CpuFeatures::IsSupported(FMA3)) return;
788 CpuFeatureScope fscope(&assm, FMA3);
1006 if (!CpuFeatures::IsSupported(FMA3)) return;
1014 CpuFeatureScope fscope(&assm, FMA3);
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 91 supported_ |= 1u << FMA3;
108 "SSE3=%d SSE4_1=%d SAHF=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d LZCNT=%d "
112 CpuFeatures::IsSupported(FMA3), CpuFeatures::IsSupported(BMI1),
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 123 supported_ |= 1u << FMA3;
140 "SSE3=%d SSE4_1=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d LZCNT=%d POPCNT=%d "
143 CpuFeatures::IsSupported(AVX), CpuFeatures::IsSupported(FMA3),
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm     [all...]

Completed in 144 milliseconds