HomeSort by: relevance | last modified time | path
    Searched defs:N_S8 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 14790 N_S8 = 0x0000001,
14830 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
14831 #define N_SU_32 (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 | N_U32)
14833 #define N_S_32 (N_S8 | N_S16 | N_S32)
14841 #define N_SU_MVE (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 | N_U32)
15093 case 8: return N_S8;
15132 if ((mask & (N_S8 | N_U8 | N_I8 | N_8 | N_P8)) != 0)
15144 if ((mask & (N_S8 | N_S16 | N_S32 | N_S64)) != 0)
15956 = neon_check_type (2, rs, N_EQK, N_KEY | N_S8 | N_S16 | N_S32);
16066 = neon_check_type (2, NS_QQI, N_EQK, N_S8 | N_U8 | N_S16 | N_U16 | N_KEY)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 14793 N_S8 = 0x0000001,
14833 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
14834 #define N_SU_32 (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 | N_U32)
14836 #define N_S_32 (N_S8 | N_S16 | N_S32)
14844 #define N_SU_MVE (N_S8 | N_S16 | N_S32 | N_U8 | N_U16 | N_U32)
15096 case 8: return N_S8;
15135 if ((mask & (N_S8 | N_U8 | N_I8 | N_8 | N_P8)) != 0)
15147 if ((mask & (N_S8 | N_S16 | N_S32 | N_S64)) != 0)
15959 = neon_check_type (2, rs, N_EQK, N_KEY | N_S8 | N_S16 | N_S32);
16069 = neon_check_type (2, NS_QQI, N_EQK, N_S8 | N_U8 | N_S16 | N_U16 | N_KEY)
    [all...]

Completed in 50 milliseconds