Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c13142 N_EQK = 0x2000000, /* Given operand has the same type & size as the key. */ enumerator
13167 #define N_IGNORE_TYPE (N_KEY | N_EQK)
13282 if ((typebits & N_EQK) != 0) in neon_modify_type_size()
13310 gas_assert ((thisarg & N_EQK) != 0); in neon_type_promote()
13401 if ((mask & N_EQK) != 0) in el_type_of_type_chk()
13559 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0) in neon_check_type()
13620 if ((thisarg & N_EQK) == 0) in neon_check_type()
13734 N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP); in try_vfp_nsyn()
13740 N_EQK | N_VFP, N_EQK | N_VFP, N_F32 | N_F64 | N_KEY | N_VFP); in try_vfp_nsyn()
13812 neon_check_type (2, rs, N_EQK | N_VFP, N_F32 | N_F64 | N_VFP | N_KEY); in do_vfp_nsyn_abs_neg()
[all …]