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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c10651 N_UNS = 0x000008, /* if N_EQK, this operand is forced to be unsigned. */
10659 #define N_ALLMODS (N_DBL | N_HLF | N_SGN | N_UNS | N_INT | N_FLT | N_SIZ)
10789 else if ((typebits & N_UNS) != 0)
12357 N_EQK | N_UNS, N_S8 | N_S16 | N_S32 | N_S64 | N_KEY);
12388 N_EQK | N_HLF | N_UNS, N_S16 | N_S32 | N_S64 | N_KEY);
12427 N_EQK | N_HLF | N_UNS, N_S16 | N_S32 | N_S64 | N_KEY);
10641 N_UNS = 0x000008, /* if N_EQK, this operand is forced to be unsigned. */ enumerator in enum:neon_type_mask

Completed in 130 milliseconds