Searched defs:neon (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkUtilsArm.cpp39 // Instead, we must parse /proc/cpuinfo and look for the 'neon' feature.
44 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
104 // Now find an instance of 'neon' in the flags list. We want to
105 // ensure it's only 'neon' and not something fancy like 'noneon'
107 const char neon[] = " neon"; local
108 const size_t neon_len = sizeof(neon)-1;
110 neon, neon_len);
/external/skia/src/core/
H A DSkUtilsArm.cpp88 // Instead, we must parse /proc/cpuinfo and look for the 'neon' feature.
93 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
157 // Now find an instance of 'neon' in the flags list. We want to
158 // ensure it's only 'neon' and not something fancy like 'noneon'
160 const char neon[] = " neon"; local
161 const size_t neon_len = sizeof(neon)-1;
163 neon, neon_len);
/external/qemu/target-arm/
H A Dtranslate.c900 static TCGv_ptr get_fpstatus_ptr(int neon) argument
904 if (neon) {
1002 static inline void gen_vfp_##name(int dp, int neon) \
1004 TCGv_ptr statusptr = get_fpstatus_ptr(neon); \
1018 static inline void gen_vfp_##name(int dp, int neon) \
1020 TCGv_ptr statusptr = get_fpstatus_ptr(neon); \
1036 static inline void gen_vfp_##name(int dp, int shift, int neon) \
1039 TCGv_ptr statusptr = get_fpstatus_ptr(neon); \
4431 /* Return true if this neon 2reg-misc op is float-to-float */

Completed in 453 milliseconds