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

/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c13531 N_HLF = 0x0000002, /* If N_EQK, this operand is half the size. */
13541 #define N_ALLMODS (N_DBL | N_HLF | N_SGN | N_UNS | N_INT | N_FLT | N_SIZ)
13717 if ((typebits & N_HLF) != 0)
15301 N_EQK | N_HLF, N_SU_16_64 | N_KEY);
15316 N_EQK | N_HLF | N_UNS, N_S16 | N_S32 | N_S64 | N_KEY);
15328 N_EQK | N_HLF, N_SU_16_64 | N_KEY);
15355 N_EQK | N_HLF | N_UNS, N_S16 | N_S32 | N_S64 | N_KEY);
15383 N_EQK | N_HLF, N_I16 | N_I32 | N_I64 | N_KEY);
15392 N_EQK | N_HLF, N_I16 | N_I32 | N_I64 | N_KEY);
13524 N_HLF = 0x0000002, /* If N_EQK, this operand is half the size. */ enumerator in enum:neon_type_mask

Completed in 129 milliseconds