Searched refs:HWCAP_VFPv4 (Results 1 – 2 of 2) sorted by relevance
37 public static final int HWCAP_VFPv4 = (1 << 16); field in CpuFeatures
52 assertHwCap("VFPv4", hwcaps, CpuFeatures.HWCAP_VFPv4); in testArm64RequiredHwCaps()