Home
last modified time | relevance | path

Searched refs:N_SIZ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c13151 N_SIZ = 0x0000040, /* If N_EQK, this operand is forced to be size-only. */ enumerator
13156 #define N_ALLMODS (N_DBL | N_HLF | N_SGN | N_UNS | N_INT | N_FLT | N_SIZ)
13296 else if ((typebits & N_SIZ) != 0) in neon_modify_type_size()
14474 neon_dyadic_misc (NT_unsigned, regtypes, N_SIZ); in neon_compare()
14480 N_EQK | N_SIZ, immtypes | N_KEY); in neon_compare()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20061830 (neon_type_mask): Add N_SIZ.