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

  /external/v8/src/arm/
cpu-arm.cc 50 return CpuFeatures::IsSupported(VFP3);
assembler-arm.cc 64 answer |= 1u << VFP3 | 1u << ARMv7;
73 answer |= 1u << VFP3 | 1u << ARMv7;
104 supported_ |= 1u << VFP3 | 1u << ARMv7;
112 if (!IsSupported(VFP3) && OS::ArmCpuHasFeature(VFP3)) {
116 supported_ |= 1u << VFP3 | 1u << ARMv7;
117 found_by_runtime_probing_ |= 1u << VFP3 | 1u << ARMv7;
    [all...]
code-stubs-arm.cc 522 if (CpuFeatures::IsSupported(VFP3)) {
523 CpuFeatures::Scope scope(VFP3);
592 if (CpuFeatures::IsSupported(VFP3) &&
594 CpuFeatures::Scope scope(VFP3);
607 if (CpuFeatures::IsSupported(VFP3)) {
608 CpuFeatures::Scope scope(VFP3);
685 if (CpuFeatures::IsSupported(VFP3)) {
686 CpuFeatures::Scope scope(VFP3);
779 if (CpuFeatures::IsSupported(VFP3)) {
780 CpuFeatures::Scope scope(VFP3);
    [all...]
codegen-arm.cc 110 bool vfp3_supported = CpuFeatures::IsSupported(VFP3);
195 CpuFeatures::Scope scope(VFP3);
stub-cache-arm.cc     [all...]
code-stubs-arm.h 152 use_vfp3_ = CpuFeatures::IsSupported(VFP3);
574 CpuFeatures::Scope scope(VFP3);
589 CpuFeatures::Scope scope(VFP3);
720 // floating point registers VFP3 must be supported. If core registers are
721 // requested when VFP3 is supported d6 and d7 will be scratched.
730 // floating point registers VFP3 must be supported. If core registers are
731 // requested when VFP3 is supported d6 and d7 will still be scratched. If
789 // scratch3 is not used when VFP3 is supported.
800 // Generate non VFP3 code to check if a double can be exactly represented by a
822 // registers. (Used when VFP3 is not supported.
    [all...]
macro-assembler-arm.cc 268 ASSERT(CpuFeatures::IsSupported(VFP3));
269 CpuFeatures::Scope scope(VFP3);
781 ASSERT(CpuFeatures::IsEnabled(VFP3));
    [all...]
builtins-arm.cc     [all...]
deoptimizer-arm.cc 779 CpuFeatures::Scope scope(VFP3);
    [all...]
assembler-arm.h 512 if (f == VFP3 && !FLAG_enable_vfp3) return false;
    [all...]
full-codegen-arm.cc 684 if (CpuFeatures::IsSupported(VFP3)) {
    [all...]
lithium-codegen-arm.cc 68 CpuFeatures::Scope scope1(VFP3);
    [all...]
  /external/v8/test/cctest/
test-assembler-arm.cc 249 if (CpuFeatures::IsSupported(VFP3)) {
250 CpuFeatures::Scope scope(VFP3);
442 if (CpuFeatures::IsSupported(VFP3)) {
443 CpuFeatures::Scope scope(VFP3);
645 if (CpuFeatures::IsSupported(VFP3)) {
646 CpuFeatures::Scope scope(VFP3);
756 if (CpuFeatures::IsSupported(VFP3)) {
757 CpuFeatures::Scope scope(VFP3);
871 if (CpuFeatures::IsSupported(VFP3)) {
872 CpuFeatures::Scope scope(VFP3);
    [all...]
test-disasm-arm.cc 418 if (CpuFeatures::IsSupported(VFP3)) {
419 CpuFeatures::Scope scope(VFP3);
  /external/v8/src/
v8globals.h 439 VFP3 = 1, // ARM
platform-linux.cc 164 case VFP3:
178 if (feature == VFP3) {
    [all...]
  /external/v8/src/mips/
builtins-mips.cc     [all...]

Completed in 174 milliseconds