Searched refs:HWCAP_VFPv3 (Results 1 – 2 of 2) sorted by relevance
35 public static final int HWCAP_VFPv3 = (1 << 13); field in CpuFeatures
51 assertHwCap("VFPv3", hwcaps, CpuFeatures.HWCAP_VFPv3); in testArm64RequiredHwCaps()