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

/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c13507 N_S64 = 0x0000008,
13543 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
13545 #define N_SU_16_64 (N_S16 | N_S32 | N_S64 | N_U16 | N_U32 | N_U64)
13805 case 64: return N_S64;
13843 else if ((mask & (N_S64 | N_U64 | N_I64 | N_64 | N_F64 | N_P64)) != 0)
13848 if ((mask & (N_S8 | N_S16 | N_S32 | N_S64)) != 0)
15285 N_EQK | N_UNS, N_S8 | N_S16 | N_S32 | N_S64 | N_KEY);
15316 N_EQK | N_HLF | N_UNS, N_S16 | N_S32 | N_S64 | N_KEY);
15355 N_EQK | N_HLF | N_UNS, N_S16 | N_S32 | N_S64 | N_KEY);
13500 N_S64 = 0x0000008, enumerator in enum:neon_type_mask

Completed in 130 milliseconds