Searched refs:N_U64 (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c10750 N_U64 = 0x000080,
10779 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
10781 #define N_SU_16_64 (N_S16 | N_S32 | N_S64 | N_U16 | N_U32 | N_U64)
10998 case 64: return N_U64;
11025 else if ((mask & (N_S64 | N_U64 | N_I64 | N_64 | N_F64)) != 0)
11032 else if ((mask & (N_U8 | N_U16 | N_U32 | N_U64)) != 0)
10740 N_U64 = 0x000080, enumerator in enum:neon_type_mask

Completed in 161 milliseconds