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

1 2 3 4 5

  /external/chromium_org/base/android/java/src/org/chromium/base/
CpuFeatures.java 16 // Technically, this is a wrapper around the native NDK cpufeatures
21 public abstract class CpuFeatures {
  /external/chromium_org/v8/src/ia32/
cpu-ia32.cc 45 CpuFeatures::Probe();
50 return CpuFeatures::IsSupported(SSE2);
deoptimizer-ia32.cc 212 if (!CpuFeatures::IsSupported(SSE2)) return;
235 Builtins::Name name = CpuFeatures::IsSupported(SSE2) ?
252 if (CpuFeatures::IsSupported(SSE2)) {
303 if (CpuFeatures::IsSupported(SSE2)) {
390 if (CpuFeatures::IsSupported(SSE2)) {
  /external/v8/src/ia32/
cpu-ia32.cc 45 CpuFeatures::Probe();
50 return CpuFeatures::IsSupported(SSE2);
assembler-ia32.cc 49 // Implementation of CpuFeatures
52 bool CpuFeatures::initialized_ = false;
54 uint64_t CpuFeatures::supported_ = 0;
55 uint64_t CpuFeatures::found_by_runtime_probing_ = 0;
60 void CpuFeatures::Probe() {
409 if (!CpuFeatures::IsSupported(SSE2)) {
486 ASSERT(CpuFeatures::IsEnabled(CPUID));
708 ASSERT(CpuFeatures::IsEnabled(CMOV));
1298 ASSERT(CpuFeatures::IsEnabled(RDTSC));
    [all...]
codegen-ia32.cc 113 if (buffer == NULL || !CpuFeatures::IsSupported(SSE2)) return &sqrt;
119 CpuFeatures::Scope use_sse2(SSE2);
178 if (CpuFeatures::IsSupported(SSE2)) {
179 CpuFeatures::Scope enable(SSE2);
427 if (CpuFeatures::IsSupported(SSE2)) {
428 CpuFeatures::Scope use_sse2(SSE2);
452 if (CpuFeatures::IsSupported(SSE2)) {
453 CpuFeatures::Scope fscope(SSE2);
473 if (CpuFeatures::IsSupported(SSE2)) {
474 CpuFeatures::Scope use_sse2(SSE2)
    [all...]
  /cts/tests/src/android/os/cts/
CpuFeatures.java 19 public class CpuFeatures {
  /cts/tests/tests/os/src/android/os/cts/
NoExecutePermissionTest.java 73 if (CpuFeatures.isArmCpu() && !CpuFeatures.isArm7Compatible()) {
78 if (CpuFeatures.isMipsCpu()) {
BuildTest.java 36 if (CpuFeatures.isArmCpu()) {
42 if (CpuFeatures.isArm7Compatible()) {
46 if (cpuAbi.equals(CpuFeatures.ARMEABI_V7)) {
48 + RO_PRODUCT_CPU_ABI + " must be set to " + CpuFeatures.ARMEABI_V7 + " and "
49 + RO_PRODUCT_CPU_ABI2 + " must be set to " + CpuFeatures.ARMEABI + " or NULL";
50 assertEquals(message, CpuFeatures.ARMEABI_V7, Build.CPU_ABI);
51 if (cpuAbi2.equals(CpuFeatures.ARMEABI)){
59 else if (cpuAbi.equals(CpuFeatures.X86ABI)) {
61 + RO_PRODUCT_CPU_ABI + " must be set to " + CpuFeatures.X86ABI + " and "
62 + RO_PRODUCT_CPU_ABI2 + " must be set to " + CpuFeatures.ARMEABI + " or
    [all...]
  /external/chromium_org/v8/src/x64/
cpu-x64.cc 45 CpuFeatures::Probe();
  /external/v8/src/x64/
cpu-x64.cc 45 CpuFeatures::Probe();
  /external/chromium_org/v8/src/arm/
cpu-arm.cc 45 CpuFeatures::Probe();
50 return CpuFeatures::IsSupported(VFP3);
assembler-arm.cc 49 bool CpuFeatures::initialized_ = false;
51 unsigned CpuFeatures::supported_ = 0;
52 unsigned CpuFeatures::found_by_runtime_probing_only_ = 0;
53 unsigned CpuFeatures::cross_compile_ = 0;
54 unsigned CpuFeatures::cache_line_size_ = 64;
58 ASSERT(CpuFeatures::initialized_);
59 return ExternalReference(&CpuFeatures::supported_);
103 void CpuFeatures::Probe() {
212 void CpuFeatures::PrintTarget() {
267 void CpuFeatures::PrintFeatures()
    [all...]
codegen-arm.cc 121 if (Serializer::enabled() || !CpuFeatures::IsSupported(UNALIGNED_ACCESSES)) {
136 if (CpuFeatures::IsSupported(NEON)) {
145 if (CpuFeatures::cache_line_size() == 32) {
151 if (CpuFeatures::cache_line_size() == 32) {
157 if (CpuFeatures::cache_line_size() == 32) {
161 if (CpuFeatures::cache_line_size() == 32) {
171 if (CpuFeatures::cache_line_size() == 32) {
279 if (Serializer::enabled() || !CpuFeatures::IsSupported(UNALIGNED_ACCESSES)) {
291 if (CpuFeatures::IsSupported(NEON)) {
  /external/chromium_org/v8/src/mips/
cpu-mips.cc 51 CpuFeatures::Probe();
56 return CpuFeatures::IsSupported(FPU);
  /external/v8/src/arm/
cpu-arm.cc 45 CpuFeatures::Probe();
50 return CpuFeatures::IsSupported(VFP3);
assembler-arm.cc 48 bool CpuFeatures::initialized_ = false;
50 unsigned CpuFeatures::supported_ = 0;
51 unsigned CpuFeatures::found_by_runtime_probing_ = 0;
82 void CpuFeatures::Probe() {
739 if (CpuFeatures::IsSupported(ARMv7)) {
803 !CpuFeatures::IsSupported(ARMv7)) {
846 !CpuFeatures::IsSupported(ARMv7)) {
    [all...]
  /external/v8/src/mips/
cpu-mips.cc 51 CpuFeatures::Probe();
56 return CpuFeatures::IsSupported(FPU);
assembler-mips.h 405 // CpuFeatures keeps track of which features are supported by the target CPU.
407 class CpuFeatures : public AllStatic {
443 ASSERT(CpuFeatures::IsSupported(f));
445 (CpuFeatures::found_by_runtime_probing_ & mask) == 0);
473 : old_supported_(CpuFeatures::supported_) {
475 CpuFeatures::supported_ |= (1u << f);
481 CpuFeatures::supported_ = old_supported_;
503 DISALLOW_COPY_AND_ASSIGN(CpuFeatures);
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 171 if (!CpuFeatures::IsSupported(SSE2)) return;
178 CHECK(CpuFeatures::IsSupported(SSE2));
179 { CpuFeatures::Scope fscope(SSE2);
206 if (!CpuFeatures::IsSupported(SSE2)) return;
213 CHECK(CpuFeatures::IsSupported(SSE2));
214 CpuFeatures::Scope fscope(SSE2);
263 if (!CpuFeatures::IsSupported(SSE2)) return;
266 CHECK(CpuFeatures::IsSupported(SSE2));
267 CpuFeatures::Scope fscope(SSE2);
309 if (!CpuFeatures::IsSupported(SSE2)) return
    [all...]
test-disasm-x64.cc 102 CHECK(CpuFeatures::IsSupported(CPUID));
103 CpuFeatures::Scope fscope(CPUID);
107 CHECK(CpuFeatures::IsSupported(RDTSC));
108 CpuFeatures::Scope fscope(RDTSC);
351 if (CpuFeatures::IsSupported(SSE2)) {
352 CpuFeatures::Scope fscope(SSE2);
374 if (CpuFeatures::IsSupported(CMOV)) {
375 CpuFeatures::Scope use_cmov(CMOV);
397 if (CpuFeatures::IsSupported(SSE2)) {
398 CpuFeatures::Scope fscope(SSE2)
    [all...]
test-disasm-ia32.cc 110 CHECK(CpuFeatures::IsSupported(CPUID));
111 CpuFeatures::Scope fscope(CPUID);
115 CHECK(CpuFeatures::IsSupported(RDTSC));
116 CpuFeatures::Scope fscope(RDTSC);
371 if (CpuFeatures::IsSupported(SSE2)) {
372 CpuFeatures::Scope fscope(SSE2);
393 if (CpuFeatures::IsSupported(CMOV)) {
394 CpuFeatures::Scope use_cmov(CMOV);
416 if (CpuFeatures::IsSupported(SSE2)) {
417 CpuFeatures::Scope fscope(SSE2)
    [all...]
test-assembler-arm.cc 249 if (CpuFeatures::IsSupported(VFP3)) {
250 CpuFeatures::Scope scope(VFP3);
363 if (CpuFeatures::IsSupported(ARMv7)) {
364 CpuFeatures::Scope scope(ARMv7);
399 if (CpuFeatures::IsSupported(ARMv7)) {
400 CpuFeatures::Scope scope(ARMv7);
442 if (CpuFeatures::IsSupported(VFP3)) {
443 CpuFeatures::Scope scope(VFP3);
645 if (CpuFeatures::IsSupported(VFP3)) {
646 CpuFeatures::Scope scope(VFP3)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-ia32.cc 164 if (!CpuFeatures::IsSupported(SSE2)) return;
172 CHECK(CpuFeatures::IsSupported(SSE2));
200 if (!CpuFeatures::IsSupported(SSE2)) return;
208 CHECK(CpuFeatures::IsSupported(SSE2));
259 if (!CpuFeatures::IsSupported(SSE2)) return;
305 if (!CpuFeatures::IsSupported(SSE2)) return;
490 ASSERT(CpuFeatures::IsSupported(SSE2));
531 if (!CpuFeatures::IsSupported(SSE2)) return;
569 if (!CpuFeatures::IsSupported(SSE2) ||
570 !CpuFeatures::IsSupported(SSE4_1)) return
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ChildProcessConnectionImpl.java 16 import org.chromium.base.CpuFeatures;
328 bundle.putInt(EXTRA_CPU_COUNT, CpuFeatures.getCount());
329 bundle.putLong(EXTRA_CPU_FEATURES, CpuFeatures.getMask());

Completed in 489 milliseconds

1 2 3 4 5