Searched defs:CLZ (Results 1 - 13 of 13) sorted by relevance

/external/libhevc/common/arm/
H A Dihevc_platform_macros.h119 static INLINE UWORD32 CLZ(UWORD32 u4_word) function
/external/libhevc/common/mips/
H A Dihevc_platform_macros.h61 static inline UWORD32 CLZ(UWORD32 x) function
/external/libhevc/common/x86/
H A Dihevc_platform_macros.h74 static INLINE UWORD32 CLZ(UWORD32 u4_word) function
/external/valgrind/main/none/tests/mips64/
H A Darithmetic_instruction.c7 CLO, CLZ, DADD, DADDI, enumerator in enum:__anon33128
70 case CLZ:
/external/libxml2/
H A Dtimsort.h50 #ifndef CLZ
52 #define CLZ __builtin_clzll macro
74 #define CLZ clzll macro
80 const int top_bit = 64 - CLZ(size);
/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c85 #define CLZ 0xe16f0f10 macro
1068 FAIL_IF(push_inst(compiler, CLZ | RD(dst) | RM(src2)));
H A DsljitNativeARM_64.c79 #define CLZ 0xdac01000 macro
714 FAIL_IF(push_inst(compiler, (CLZ ^ inv_bits) | RD(dst) | RN(arg2)));
H A DsljitNativeARM_T2_32.c110 #define CLZ 0xfab0f080 macro
722 FAIL_IF(push_inst32(compiler, CLZ | RN4(arg2) | RD4(dst) | RM4(arg2)));
H A DsljitNativeMIPS_common.c179 #define CLZ (HI(28) | LO(32)) macro
H A DsljitNativeTILEGX_64.c414 #define CLZ(dst, src) \ macro
1699 FAIL_IF(CLZ(EQUAL_FLAG, reg_map[src2]));
1701 FAIL_IF(CLZ(reg_map[dst], reg_map[src2]));
/external/chromium_org/v8/src/arm/
H A Dconstants-arm.h158 CLZ = 1 << 4 enumerator in enum:v8::internal::MiscInstructionsBits74
/external/chromium_org/v8/src/arm64/
H A Dconstants-arm64.h940 CLZ = DataProcessing1SourceFixed | 0x00001000, enumerator in enum:v8::internal::DataProcessing1SourceOp
941 CLZ_w = CLZ,
942 CLZ_x = CLZ | SixtyFourBits,
/external/vixl/src/a64/
H A Dconstants-a64.h822 CLZ = DataProcessing1SourceFixed | 0x00001000, enumerator in enum:vixl::DataProcessing1SourceOp
823 CLZ_w = CLZ,
824 CLZ_x = CLZ | SixtyFourBits,

Completed in 6104 milliseconds