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

  /external/v8/test/cctest/
test-assembler-ia32.cc 176 CHECK(CpuFeatures::IsSupported(SSE2));
177 { CpuFeatures::Scope fscope(SSE2);
210 CHECK(CpuFeatures::IsSupported(SSE2));
211 CpuFeatures::Scope fscope(SSE2);
263 CHECK(CpuFeatures::IsSupported(SSE2));
264 CpuFeatures::Scope fscope(SSE2);
308 CHECK(CpuFeatures::IsSupported(SSE2));
309 CpuFeatures::Scope fscope(SSE2);
test-disasm-ia32.cc 362 CHECK(CpuFeatures::IsSupported(SSE2));
363 CpuFeatures::Scope fscope(SSE2);
  /external/v8/src/ia32/
assembler-ia32.cc     [all...]
assembler-ia32.h 357 // if (CpuFeatures::IsSupported(SSE2)) {
358 // CpuFeatures::Scope fscope(SSE2);
359 // // Generate SSE2 floating point code.
370 if (f == SSE2 && !FLAG_enable_sse2) return false;
752 // SSE2 instructions
codegen-ia32.cc 890 if (CpuFeatures::IsSupported(SSE2) && ((op_ == Token::ADD) ||
894 CpuFeatures::Scope use_sse2(SSE2);
    [all...]
  /external/v8/src/
globals.h 614 SSE2 = 26, // x86
platform-macos.cc 251 return (one << SSE2) | (one << CMOV) | (one << RDTSC) | (one << CPUID);
  /external/v8/src/x64/
assembler-x64.h 334 // // Generate standard x87 or SSE2 floating point code.
343 if (f == SSE2 && !FLAG_enable_sse2) return false;
374 // Safe defaults include SSE2 and CMOV for X64. It is always available, if
376 static const uint64_t kDefaultCpuFeatures = (1 << SSE2 | 1 << CMOV);
1078 // SSE2 instructions
    [all...]
assembler-x64.cc 40 // fpu, tsc, cx8, cmov, mmx, sse, sse2, fxsr, syscall
132 // SSE2 and CMOV must be available on an X64 CPU.
134 ASSERT(IsSupported(SSE2));
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 184 milliseconds