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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c10691 N_S32 = 0x000004,
10725 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
10726 #define N_SU_32 (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 | N_U32)
10727 #define N_SU_16_64 (N_S16 | N_S32 | N_S64 | N_U16 | N_U32 | N_U64)
10932 case 32: return N_S32;
10969 else if ((mask & (N_S32 | N_U32 | N_I32 | N_32 | N_F32)) != 0)
10976 if ((mask & (N_S8 | N_S16 | N_S32 | N_S64)) != 0)
12195 neon_compare (N_SUF_32, N_S8 | N_S16 | N_S32 | N_F32, FALSE);
12201 neon_compare (N_SUF_32, N_S8 | N_S16 | N_S32 | N_F32, TRUE);
12327 N_EQK, N_EQK, N_S16 | N_S32 | N_KE
10681 N_S32 = 0x000004, enumerator in enum:neon_type_mask
[all...]

Completed in 77 milliseconds