Searched refs:N_KEY (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c10737 type, which itself is marked with the 'N_KEY' bit. If the 'N_EQK' bit is
10763 N_KEY = 0x100000, /* key element (main type specifier). */
10788 #define N_IGNORE_TYPE (N_KEY | N_EQK)
11112 if ((thisarg & N_KEY) != 0)
11195 if ((thisarg & N_KEY) != 0)
11199 key_allowed = thisarg & ~N_KEY;
11334 N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP);
11340 N_EQK | N_VFP, N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP);
11392 neon_check_type (2, rs, N_EQK | N_VFP, N_F32 | N_F64 | N_VFP | N_KEY);
11437 neon_check_type (2, rs, N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VF
10753 N_KEY = 0x100000, /* key element (main type specifier). */ enumerator in enum:neon_type_mask
[all...]

Completed in 231 milliseconds