Home
last modified time | relevance | path

Searched refs:N_VFP (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-arm.c10737 N_VFP = 0x400000, /* VFP mode: operand size must match register width. */ enumerator
11176 if ((thisarg & N_VFP) != 0) in neon_check_type()
11306 N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP); in try_vfp_nsyn()
11312 N_EQK | N_VFP, N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP); in try_vfp_nsyn()
11364 neon_check_type (2, rs, N_EQK | N_VFP, N_F32 | N_F64 | N_VFP | N_KEY); in do_vfp_nsyn_abs_neg()
11409 neon_check_type (2, rs, N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP); in do_vfp_nsyn_sqrt()
11421 neon_check_type (3, rs, N_EQK | N_VFP, N_EQK | N_VFP, in do_vfp_nsyn_div()
11422 N_F32 | N_F64 | N_KEY | N_VFP); in do_vfp_nsyn_div()
11434 neon_check_type (3, rs, N_EQK | N_VFP, N_EQK | N_VFP, in do_vfp_nsyn_nmul()
11435 N_F32 | N_F64 | N_KEY | N_VFP); in do_vfp_nsyn_nmul()
[all …]
Dtc-mips.c540 #define N_VFP 0xd4 macro
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-20061165 (neon_type_mask): Add N_F64, N_VFP. Update N_MAX_NONSPECIAL.