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

/macosx-10.9.5/cctools-845/as/
H A Darm.c9812 N_F32 = 0x080000,
9833 #define N_SUF_32 (N_SU_32 | N_F32)
9835 #define N_IF_32 (N_I8 | N_I16 | N_I32 | N_F32)
10020 case 32: return N_F32;
10077 else if ((mask & (N_S32 | N_U32 | N_I32 | N_32 | N_F32)) != 0)
10094 else if ((mask & (N_F32 | N_F64)) != 0)
10388 N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP);
10394 N_EQK | N_VFP, N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP);
10467 neon_check_type (2, rs, N_EQK | N_VFP, N_F32 | N_F64 | N_VFP | N_KEY);
10512 neon_check_type (2, rs, N_EQK | N_VFP, N_F32 | N_F6
9803 N_F32 = 0x080000, enumerator in enum:neon_type_mask
[all...]

Completed in 190 milliseconds