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

/macosx-10.9.5/cctools-845/as/
H A Darm.c9821 N_INT = 0x000010, /* if N_EQK, this operand is forced to be integer. */
9828 #define N_ALLMODS (N_DBL | N_HLF | N_SGN | N_UNS | N_INT | N_FLT | N_SIZ)
9962 else if ((typebits & N_INT) != 0)
12132 N_EQK | N_INT | N_DBL, N_EQK, N_SU_32 | N_KEY);
12653 N_EQK | N_INT, N_8 | N_KEY);
9812 N_INT = 0x000010, /* if N_EQK, this operand is forced to be integer. */ enumerator in enum:neon_type_mask

Completed in 213 milliseconds