HomeSort by relevance Sort by last modified time
    Searched refs:HWCAP_VFPD32 (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/asm-arm/asm/
hwcap.h 40 #define HWCAP_VFPD32 (1 << 19)
  /external/kernel-headers/original/uapi/asm-arm/asm/
hwcap.h 27 #define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs (not 16) */
  /external/v8/src/base/
cpu.cc 107 #define HWCAP_VFPD32 (1 << 19) /* set if VFP has 32 regs (not 16) */
517 (hwcaps & HWCAP_VFPD32) != 0));

Completed in 92 milliseconds