Home
last modified time | relevance | path

Searched refs:HWCAP_VFPD32 (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
Dhwcap.h26 #define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs (not 16) */ macro
/external/v8/src/base/
Dcpu.cc107 #define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs (not 16) */
509 (hwcaps & HWCAP_VFPD32) != 0)); in CPU()