Searched refs:GCC_VERSION_OR_NEWER (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/ |
D | compiler-intrinsics-vixl.h | 40 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) \ macro 44 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) \ 48 #define GCC_VERSION_OR_NEWER(major, minor, patchlevel) 0 67 # define COMPILER_HAS_BUILTIN_CLRSB (GCC_VERSION_OR_NEWER(4, 7, 0)) 68 # define COMPILER_HAS_BUILTIN_CLZ (GCC_VERSION_OR_NEWER(3, 4, 0)) 69 # define COMPILER_HAS_BUILTIN_CTZ (GCC_VERSION_OR_NEWER(3, 4, 0)) 70 # define COMPILER_HAS_BUILTIN_FFS (GCC_VERSION_OR_NEWER(3, 4, 0)) 71 # define COMPILER_HAS_BUILTIN_POPCOUNT (GCC_VERSION_OR_NEWER(3, 4, 0))
|
D | utils-vixl.h | 41 #if GCC_VERSION_OR_NEWER(4, 4, 0)
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.h | 637 (defined(__clang__) || GCC_VERSION_OR_NEWER(4, 9, 1)) 1647 (defined(__clang__) || GCC_VERSION_OR_NEWER(4, 9, 1))
|
/external/vixl/test/aarch64/ |
D | test-simulator-aarch64.cc | 4919 (defined(__clang__) || GCC_VERSION_OR_NEWER(4, 9, 1)) in DEFINE_TEST_NEON_2SAME_FP_FP16_SCALAR()
|
D | test-assembler-aarch64.cc | 27361 (defined(__clang__) || GCC_VERSION_OR_NEWER(4, 9, 1)) && \
|