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

/macosx-10.9.5/cctools-845/as/
H A Darm.c9793 N_S8 = 0x000001,
9830 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
9831 #define N_SU_32 (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 | N_U32)
10038 case 8: return N_S8;
10073 if ((mask & (N_S8 | N_U8 | N_I8 | N_8 | N_P8)) != 0)
10084 if ((mask & (N_S8 | N_S16 | N_S32 | N_S64)) != 0)
11350 neon_compare (N_SUF_32, N_S8 | N_S16 | N_S32 | N_F32, FALSE);
11356 neon_compare (N_SUF_32, N_S8 | N_S16 | N_S32 | N_F32, TRUE);
11546 et = neon_check_type (2, rs, N_EQK, N_S8 | N_S16 | N_S32 | N_F32 | N_KEY);
11588 N_EQK | N_UNS, N_S8 | N_S1
9784 N_S8 = 0x000001, enumerator in enum:neon_type_mask
[all...]

Completed in 181 milliseconds