Searched refs:N_U8 (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-arm.c | 15061 N_U8 = 0x0000010, enumerator 15097 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64) 15098 #define N_SU_32 (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 | N_U32) 15108 #define N_SU_MVE (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 | N_U32) 15371 case 8: return N_U8; in type_chk_of_el_type() 15399 if ((mask & (N_S8 | N_U8 | N_I8 | N_8 | N_P8)) != 0) in el_type_of_type_chk() 15413 else if ((mask & (N_U8 | N_U16 | N_U32 | N_U64)) != 0) in el_type_of_type_chk() 16277 et = neon_check_type (2, rs, N_KEY | N_U8 | N_U16 | N_U32, N_EQK); in do_mve_viddup() 16289 et = neon_check_type (3, rs, N_KEY | N_U8 | N_U16 | N_U32, N_EQK, N_EQK); in do_mve_viddup() 16333 = neon_check_type (2, NS_QQI, N_EQK, N_S8 | N_U8 | N_S16 | N_U16 | N_KEY); in do_mve_vshll() [all …]
|