HomeSort by relevance Sort by last modified time
    Searched refs:IsSupported (Results 101 - 125 of 147) sorted by null

1 2 3 45 6

  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
code-stubs-arm.h 152 use_vfp3_ = CpuFeatures::IsSupported(VFP3);
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]
codegen-mips.cc 109 bool fpu_supported = CpuFeatures::IsSupported(FPU);
code-stubs-mips.h 153 use_fpu_ = CpuFeatures::IsSupported(FPU);
    [all...]
  /external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc     [all...]
assembler-ia32.cc 66 if (CpuFeatures::IsSupported(SSE2)) {
75 if (CpuFeatures::IsSupported(SSE2)) {
84 if (CpuFeatures::IsSupported(SSE2)) {
347 if (!CpuFeatures::IsSupported(SSE2)) {
    [all...]
code-stubs-ia32.cc 594 if (CpuFeatures::IsSupported(SSE3)) {
610 if (CpuFeatures::IsSupported(SSE3)) {
621 if (CpuFeatures::IsSupported(SSE3)) {
652 if (CpuFeatures::IsSupported(CMOV)) {
672 if (CpuFeatures::IsSupported(CMOV)) {
748 if (CpuFeatures::IsSupported(SSE4_1)) {
    [all...]
assembler-ia32.h 523 // if (assembler->IsSupported(SSE2)) {
536 static bool IsSupported(CpuFeature f) {
553 (IsSupported(f) &&
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.h 65 static bool IsSupported(CpuFeature f) {
77 (IsSupported(f) &&
    [all...]
lithium-arm.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc     [all...]
code-stubs-ia32.h 164 use_sse3_ = CpuFeatures::IsSupported(SSE3);
macro-assembler-ia32.cc 442 if (CpuFeatures::IsSupported(SSE2) && specialize_for_processor) {
462 if (CpuFeatures::IsSupported(SSE2) && specialize_for_processor) {
475 if (CpuFeatures::IsSupported(SSE2) && specialize_for_processor) {
582 if (CpuFeatures::IsSupported(CMOV)) {
    [all...]
  /external/chromium_org/content/browser/speech/
speech_recognizer_impl.cc 536 use_native_audio_params = media::CoreAudioUtil::IsSupported();
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win_unittest.cc 172 if (!CoreAudioUtil::IsSupported()) {
core_audio_util_win_unittest.cc 31 bool core_audio = CoreAudioUtil::IsSupported();
  /external/chromium_org/remoting/protocol/
jingle_session.cc 568 if (!candidate_config()->IsSupported(config_)) {
  /external/chromium_org/v8/test/cctest/
test-disasm-x64.cc 401 if (CpuFeatures::IsSupported(SSE4_1)) {
test-assembler-x64.cc 649 if (!CpuFeatures::IsSupported(SSE4_1)) return;
  /external/stressapptest/src/
os.cc 113 bool OsLayer::IsSupported() {
  /external/chromium_org/v8/src/x64/
assembler-x64.h 460 // if (assembler->IsSupported(SSE3)) {
473 static bool IsSupported(CpuFeature f) {
490 (IsSupported(f) &&
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_openssl.cc 570 crypto::ECPrivateKey::IsSupported());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 465 if (blink::Platform::current()->mimeRegistry()->supportsMIMEType(mimeType) == blink::WebMimeRegistry::IsSupported)
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 145 ASSERT(IsSupported(CPUID));
146 ASSERT(IsSupported(SSE2));
147 ASSERT(IsSupported(CMOV));
    [all...]

Completed in 601 milliseconds

1 2 3 45 6