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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c10630 N_U16 = 0x000020,
10661 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
10662 #define N_SU_32 (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 | N_U32)
10663 #define N_SU_16_64 (N_S16 | N_S32 | N_S64 | N_U16 | N_U32 | N_U64)
10878 case 16: return N_U16;
10903 else if ((mask & (N_S16 | N_U16 | N_I16 | N_16 | N_P16)) != 0)
10914 else if ((mask & (N_U8 | N_U16 | N_U32 | N_U64)) != 0)
12553 CVT_VAR (11, N_F32 | key, N_U16);
12555 CVT_VAR (13, N_F64 | key, N_U16);
12557 CVT_VAR (15, N_U16, N_F3
10620 N_U16 = 0x000020, enumerator in enum:neon_type_mask
[all...]

Completed in 273 milliseconds