Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c13119 N_S8 = 0x0000001, enumerator
13158 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
13159 #define N_SU_32 (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 | N_U32)
13369 case 8: return N_S8; in type_chk_of_el_type()
13404 if ((mask & (N_S8 | N_U8 | N_I8 | N_8 | N_P8)) != 0) in el_type_of_type_chk()
13415 if ((mask & (N_S8 | N_S16 | N_S32 | N_S64)) != 0) in el_type_of_type_chk()
14498 neon_compare (N_SUF_32, N_S8 | N_S16 | N_S32 | N_F32, FALSE); in do_neon_cmp()
14504 neon_compare (N_SUF_32, N_S8 | N_S16 | N_S32 | N_F32, TRUE); in do_neon_cmp_inv()
14694 et = neon_check_type (2, rs, N_EQK, N_S8 | N_S16 | N_S32 | N_F32 | N_KEY); in do_neon_abs_neg()
14736 N_EQK | N_UNS, N_S8 | N_S16 | N_S32 | N_S64 | N_KEY); in do_neon_qshlu_imm()
[all …]