Searched refs:HWCAP_VFPD32 (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dhwcap.h26 #define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs (not 16) */ macro
/external/chromium_org/v8/src/base/
H A Dcpu.cc89 #define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs (not 16) */
415 (hwcaps & HWCAP_VFPD32) != 0));
/external/qemu/include/
H A Delf.h436 #define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs */ macro

Completed in 98 milliseconds