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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c10652 N_INT = 0x000010, /* if N_EQK, this operand is forced to be integer. */
10659 #define N_ALLMODS (N_DBL | N_HLF | N_SGN | N_UNS | N_INT | N_FLT | N_SIZ)
10791 else if ((typebits & N_INT) != 0)
12836 N_EQK | N_INT | N_DBL, N_EQK, N_SU_32 | N_KEY);
13355 N_EQK | N_INT, N_8 | N_KEY);
10642 N_INT = 0x000010, /* if N_EQK, this operand is forced to be integer. */ enumerator in enum:neon_type_mask

Completed in 157 milliseconds