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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c10644 N_F64 = 0x080000,
10656 N_MAX_NONSPECIAL = N_F64
10849 case 64: return N_F64;
10907 else if ((mask & (N_S64 | N_U64 | N_I64 | N_64 | N_F64)) != 0)
10922 else if ((mask & (N_F32 | N_F64)) != 0)
11216 N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP);
11222 N_EQK | N_VFP, N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP);
11274 neon_check_type (2, rs, N_EQK | N_VFP, N_F32 | N_F64 | N_VFP | N_KEY);
11319 neon_check_type (2, rs, N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP);
11332 N_F32 | N_F64 | N_KE
10634 N_F64 = 0x080000, enumerator in enum:neon_type_mask
[all...]

Completed in 157 milliseconds