Home
last modified time | relevance | path

Searched refs:BUILTIN_CLZLL (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/simd/arm/
Dneon-compat.h31 #define BUILTIN_CLZLL(x) _CountLeadingZeros64(x) macro
36 #define BUILTIN_CLZLL(x) __builtin_clzll(x) macro
Dneon-compat.h.in29 #define BUILTIN_CLZLL(x) _CountLeadingZeros64(x) macro
34 #define BUILTIN_CLZLL(x) __builtin_clzll(x) macro
Djcphuff-neon.c575 return 63 - BUILTIN_CLZLL(bitmap); in jsimd_encode_mcu_AC_refine_prepare_neon()
/external/libjpeg-turbo/simd/arm/aarch64/
Djchuff-neon.c334 r = BUILTIN_CLZLL(bitmap); in jsimd_huff_encode_one_block_neon()
373 r = BUILTIN_CLZLL(bitmap); in jsimd_huff_encode_one_block_neon()