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

/macosx-10.9.5/cctools-845/as/
H A Darm.c9817 N_DBL = 0x000001, /* if N_EQK, this operand is twice the size. */
9828 #define N_ALLMODS (N_DBL | N_HLF | N_SGN | N_UNS | N_INT | N_FLT | N_SIZ)
9956 else if ((typebits & N_DBL) != 0)
11721 N_EQK | N_DBL, N_I8 | N_I16 | N_I32 | N_KEY);
11740 N_EQK | N_DBL, N_SU_32 | N_KEY);
12124 N_EQK | N_DBL, N_EQK, N_SU_32 | N_KEY);
12132 N_EQK | N_INT | N_DBL, N_EQK, N_SU_32 | N_KEY);
12142 N_EQK | N_DBL, N_EQK, regtypes | N_KEY);
12149 N_EQK | N_DBL, N_EQK, scalartypes | N_KEY);
12165 N_EQK | N_DBL, N_EQ
9808 N_DBL = 0x000001, /* if N_EQK, this operand is twice the size. */ enumerator in enum:neon_type_mask
[all...]

Completed in 177 milliseconds