Home
last modified time | relevance | path

Searched refs:has_vfp (Results 1 – 25 of 53) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dvm_version_arm.hpp55 static bool has_vfp() { return has_simd(); } in has_vfp() function in VM_Version
115 static bool has_vfp() { return (_features & vfp_m) != 0; } in has_vfp() function in VM_Version
H A Dvm_version_arm_32.cpp153 if (has_vfp()) { in initialize()
237 if (_arm_arch < 7 || !has_vfp()) { in initialize()
256 (has_vfp() ? ", vfp" : ""), in initialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dvm_version_arm.hpp55 static bool has_vfp() { return has_simd(); } in has_vfp() function in VM_Version
115 static bool has_vfp() { return (_features & vfp_m) != 0; } in has_vfp() function in VM_Version
H A Dvm_version_arm_32.cpp153 if (has_vfp()) { in initialize()
237 if (_arm_arch < 7 || !has_vfp()) { in initialize()
256 (has_vfp() ? ", vfp" : ""), in initialize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/
H A Dvm_version_arm_32.cpp149 if (has_vfp()) { in initialize()
233 if (_arm_arch < 7 || !has_vfp()) { in initialize()
252 (has_vfp() ? ", vfp" : ""), in initialize()
H A Dvm_version_arm.hpp97 static bool has_vfp() { return (_features & vfp_m) != 0; } in has_vfp() function in VM_Version
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A Dvm_version_arm_32.cpp165 if (has_vfp()) { in initialize()
256 if (_arm_arch < 7 || !has_vfp()) { in initialize()
275 (has_vfp() ? ", vfp" : ""), in initialize()
H A Dvm_version_arm.hpp100 static bool has_vfp() { return (_features & vfp_m) != 0; } in has_vfp() function in VM_Version
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A Dvm_version_arm_32.cpp167 if (has_vfp()) { in initialize()
268 if (_arm_arch < 7 || !has_vfp()) { in initialize()
287 (has_vfp() ? ", vfp" : ""), in initialize()
H A Dvm_version_arm.hpp100 static bool has_vfp() { return (_features & vfp_m) != 0; } in has_vfp() function in VM_Version
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A Dvm_version_arm_32.cpp167 if (has_vfp()) { in initialize()
268 if (_arm_arch < 7 || !has_vfp()) { in initialize()
287 (has_vfp() ? ", vfp" : ""), in initialize()
H A Dvm_version_arm.hpp100 static bool has_vfp() { return (_features & vfp_m) != 0; } in has_vfp() function in VM_Version
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A Dvm_version_arm_32.cpp165 if (has_vfp()) { in initialize()
256 if (_arm_arch < 7 || !has_vfp()) { in initialize()
275 (has_vfp() ? ", vfp" : ""), in initialize()
H A Dvm_version_arm.hpp100 static bool has_vfp() { return (_features & vfp_m) != 0; } in has_vfp() function in VM_Version
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A Dvm_version_arm_32.cpp165 if (has_vfp()) { in initialize()
256 if (_arm_arch < 7 || !has_vfp()) { in initialize()
275 (has_vfp() ? ", vfp" : ""), in initialize()
H A Dvm_version_arm.hpp100 static bool has_vfp() { return (_features & vfp_m) != 0; } in has_vfp() function in VM_Version
/dports/lang/v8/v8-9.6.180.12/src/base/
H A Dcpu.h113 bool has_vfp() const { return has_vfp_; } in has_vfp() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/
H A Dcpu.h110 bool has_vfp() const { return has_vfp_; } in has_vfp() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/
H A Dcpu.h110 bool has_vfp() const { return has_vfp_; } in has_vfp() function
/dports/www/node10/node-v10.24.1/deps/v8/src/base/
H A Dcpu.h110 bool has_vfp() const { return has_vfp_; } in has_vfp() function
/dports/devel/godot2/godot-2.1.6-stable/platform/android/
H A Dcpu-features.c682 int has_vfp = (hwcaps & HWCAP_VFP); in android_cpuInit() local
710 if (has_vfp) { in android_cpuInit()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/android/
H A Dcpu-features.c682 int has_vfp = (hwcaps & HWCAP_VFP); in android_cpuInit() local
710 if (has_vfp) { in android_cpuInit()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sysinfo/cpufeatures/
H A Dcpu-features.c863 int has_vfp = (hwcaps & HWCAP_VFP); in android_cpuInit() local
890 if (has_vfp) in android_cpuInit()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libvpx/third_party/android/
H A Dcpu-features.c793 int has_vfp = (hwcaps & HWCAP_VFP); in android_cpuInit() local
821 if (has_vfp) { in android_cpuInit()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libvpx/third_party/android/
H A Dcpu-features.c793 int has_vfp = (hwcaps & HWCAP_VFP); in android_cpuInit() local
821 if (has_vfp) { in android_cpuInit()

123