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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 14830 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
15298 && (types_allowed & N_SU_ALL) == 0)
16751 et = neon_check_type (3, rs, N_EQK, N_EQK, N_SU_ALL | N_KEY);
16817 et = neon_check_type (3, rs, N_EQK, N_SU_ALL | N_KEY, N_EQK | N_SGN);
16876 et = neon_check_type (2, rs, N_EQK, N_SU_ALL | N_KEY);
16898 et = neon_check_type (3, rs, N_EQK, N_SU_ALL | N_KEY, N_EQK | N_SGN);
16948 et = neon_check_type (3, rs, N_EQK, N_EQK, N_SU_ALL | N_KEY);
20298 et = neon_check_type (2, rs, N_EQK, N_SU_ALL | N_KEY);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 14833 #define N_SU_ALL (N_S8 | N_S16 | N_S32 | N_S64 | N_U8 | N_U16 | N_U32 | N_U64)
15301 && (types_allowed & N_SU_ALL) == 0)
16754 et = neon_check_type (3, rs, N_EQK, N_EQK, N_SU_ALL | N_KEY);
16820 et = neon_check_type (3, rs, N_EQK, N_SU_ALL | N_KEY, N_EQK | N_SGN);
16879 et = neon_check_type (2, rs, N_EQK, N_SU_ALL | N_KEY);
16901 et = neon_check_type (3, rs, N_EQK, N_SU_ALL | N_KEY, N_EQK | N_SGN);
16951 et = neon_check_type (3, rs, N_EQK, N_EQK, N_SU_ALL | N_KEY);
20301 et = neon_check_type (2, rs, N_EQK, N_SU_ALL | N_KEY);

Completed in 119 milliseconds