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

/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c10744 N_S16 = 0x000002,
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)
10985 case 16: return N_S16;
11021 else if ((mask & (N_S16 | N_U16 | N_I16 | N_16 | N_P16)) != 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_S3
10734 N_S16 = 0x000002, enumerator in enum:neon_type_mask
[all...]

Completed in 110 milliseconds