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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c10745 N_S32 = 0x000004,
10779 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
10780 #define N_SU_32 (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 | N_U32)
10781 #define N_SU_16_64 (N_S16 | N_S32 | N_S64 | N_U16 | N_U32 | N_U64)
10986 case 32: return N_S32;
11023 else if ((mask & (N_S32 | N_U32 | N_I32 | N_32 | N_F32)) != 0)
11030 if ((mask & (N_S8 | N_S16 | N_S32 | N_S64)) != 0)
12249 neon_compare (N_SUF_32, N_S8 | N_S16 | N_S32 | N_F32, FALSE);
12255 neon_compare (N_SUF_32, N_S8 | N_S16 | N_S32 | N_F32, TRUE);
12381 N_EQK, N_EQK, N_S16 | N_S32 | N_KE
10735 N_S32 = 0x000004, enumerator in enum:neon_type_mask
[all...]

Completed in 109 milliseconds