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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c10618 'N_EQK' means the type must be the same as (or based on in some way) the key
10619 type, which itself is marked with the 'N_KEY' bit. If the 'N_EQK' bit is
10646 N_EQK = 0x200000, /* given operand has the same type & size as the key. */
10648 N_DBL = 0x000001, /* if N_EQK, this operand is twice the size. */
10649 N_HLF = 0x000002, /* if N_EQK, this operand is half the size. */
10650 N_SGN = 0x000004, /* if N_EQK, this operand is forced to be signed. */
10651 N_UNS = 0x000008, /* if N_EQK, this operand is forced to be unsigned. */
10652 N_INT = 0x000010, /* if N_EQK, this operand is forced to be integer. */
10653 N_FLT = 0x000020, /* if N_EQK, this operand is forced to be float. */
10654 N_SIZ = 0x000040, /* if N_EQK, thi
10636 N_EQK = 0x200000, /* given operand has the same type & size as the key. */ enumerator in enum:neon_type_mask
[all...]

Completed in 134 milliseconds