Searched refs:__AARCH64_UINT64_C (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Darm_neon.h35 #define __AARCH64_UINT64_C(__C) ((uint64_t) __C) macro
8904 int8x16_t __result = vcombine_s8 (__a, vcreate_s8 (__AARCH64_UINT64_C (0x0)));
8916 int16x8_t __result = vcombine_s16 (__a, vcreate_s16 (__AARCH64_UINT64_C (0x0)));
8928 int32x4_t __result = vcombine_s32 (__a, vcreate_s32 (__AARCH64_UINT64_C (0x0)));
8940 uint8x16_t __result = vcombine_u8 (__a, vcreate_u8 (__AARCH64_UINT64_C (0x0)));
8952 uint16x8_t __result = vcombine_u16 (__a, vcreate_u16 (__AARCH64_UINT64_C (0x0)));
8964 uint32x4_t __result = vcombine_u32 (__a, vcreate_u32 (__AARCH64_UINT64_C (0x0)));
9844 int8x16_t __result = vcombine_s8 (__a, vcreate_s8 (__AARCH64_UINT64_C (0x0)));
9856 int16x8_t __result = vcombine_s16 (__a, vcreate_s16 (__AARCH64_UINT64_C (0x0)));
9868 int32x4_t __result = vcombine_s32 (__a, vcreate_s32 (__AARCH64_UINT64_C (
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Darm_neon.h37 #define __AARCH64_UINT64_C(__C) ((uint64_t) __C) macro
9370 vcreate_s8 (__AARCH64_UINT64_C (0x0)));
9379 vcreate_u8 (__AARCH64_UINT64_C (0x0)));
9388 vcreate_p8 (__AARCH64_UINT64_C (0x0)));
9423 vcreate_s8 (__AARCH64_UINT64_C (0x0)));
9434 vcreate_u8 (__AARCH64_UINT64_C (0x0)));
9445 vcreate_p8 (__AARCH64_UINT64_C (0x0)));
10730 return (__a == __AARCH64_UINT64_C (0));
10737 return (__a == __AARCH64_UINT64_C (0));
10814 return (__a == __AARCH64_UINT64_C (
[all...]

Completed in 464 milliseconds