Searched refs:N_EQK (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-arm.c | 13463 N_EQK = 0x2000000, /* Given operand has the same type & size as the key. */ enumerator 13491 #define N_IGNORE_TYPE (N_KEY | N_EQK) 13651 if ((typebits & N_EQK) != 0) in neon_modify_type_size() 13679 gas_assert ((thisarg & N_EQK) != 0); in neon_type_promote() 13770 if ((mask & N_EQK) != 0) in el_type_of_type_chk() 13928 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0) in neon_check_type() 14010 if ((thisarg & N_EQK) == 0) in neon_check_type() 14127 et = neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_KEY | N_VFP); in try_vfp_nsyn() 14132 et = neon_check_type (3, rs, N_EQK | N_VFP, N_EQK | N_VFP, in try_vfp_nsyn() 14219 neon_check_type (2, rs, N_EQK | N_VFP, N_F_ALL | N_VFP | N_KEY); in do_vfp_nsyn_abs_neg() [all …]
|