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

/macosx-10.9.5/cctools-845/as/
H A Darm.c9786 'N_EQK' means the type must be the same as (or based on in some way) the key
9787 type, which itself is marked with the 'N_KEY' bit. If the 'N_EQK' bit is
9815 N_EQK = 0x400000, /* given operand has the same type & size as the key. */
9817 N_DBL = 0x000001, /* if N_EQK, this operand is twice the size. */
9818 N_HLF = 0x000002, /* if N_EQK, this operand is half the size. */
9819 N_SGN = 0x000004, /* if N_EQK, this operand is forced to be signed. */
9820 N_UNS = 0x000008, /* if N_EQK, this operand is forced to be unsigned. */
9821 N_INT = 0x000010, /* if N_EQK, this operand is forced to be integer. */
9822 N_FLT = 0x000020, /* if N_EQK, this operand is forced to be float. */
9823 N_SIZ = 0x000040, /* if N_EQK, thi
9806 N_EQK = 0x400000, /* given operand has the same type & size as the key. */ enumerator in enum:neon_type_mask
[all...]

Completed in 200 milliseconds