Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c13139 N_F64 = 0x0100000, enumerator
13351 case 64: return N_F64; in type_chk_of_el_type()
13410 else if ((mask & (N_S64 | N_U64 | N_I64 | N_64 | N_F64 | N_P64)) != 0) in el_type_of_type_chk()
13425 else if ((mask & (N_F16 | N_F32 | N_F64)) != 0) in el_type_of_type_chk()
13734 N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP); in try_vfp_nsyn()
13740 N_EQK | N_VFP, N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP); in try_vfp_nsyn()
13812 neon_check_type (2, rs, N_EQK | N_VFP, N_F32 | N_F64 | N_VFP | N_KEY); in do_vfp_nsyn_abs_neg()
13857 neon_check_type (2, rs, N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP); in do_vfp_nsyn_sqrt()
13870 N_F32 | N_F64 | N_KEY | N_VFP); in do_vfp_nsyn_div()
13883 N_F32 | N_F64 | N_KEY | N_VFP); in do_vfp_nsyn_nmul()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20061165 (neon_type_mask): Add N_F64, N_VFP. Update N_MAX_NONSPECIAL.