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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 14800 N_I32 = 0x0000400,
14836 #define N_I_ALL (N_I8 | N_I16 | N_I32 | N_I64)
14837 #define N_IF_32 (N_I8 | N_I16 | N_I32 | N_F16 | N_F32)
14839 #define N_I_MVE (N_I8 | N_I16 | N_I32)
15064 case 32: return N_I32;
15137 else if ((mask & (N_S32 | N_U32 | N_I32 | N_32 | N_F32)) != 0)
15148 else if ((mask & (N_I8 | N_I16 | N_I32 | N_I64)) != 0)
16129 types = N_I16 | N_I32;
17081 et = neon_check_type (2, rs, N_I32 | N_I16 | N_KEY, N_EQK);
17083 et = neon_check_type (2, rs, N_I8 | N_I16 | N_I32 | N_I64 | N_F3
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 14803 N_I32 = 0x0000400,
14839 #define N_I_ALL (N_I8 | N_I16 | N_I32 | N_I64)
14840 #define N_IF_32 (N_I8 | N_I16 | N_I32 | N_F16 | N_F32)
14842 #define N_I_MVE (N_I8 | N_I16 | N_I32)
15067 case 32: return N_I32;
15140 else if ((mask & (N_S32 | N_U32 | N_I32 | N_32 | N_F32)) != 0)
15151 else if ((mask & (N_I8 | N_I16 | N_I32 | N_I64)) != 0)
16132 types = N_I16 | N_I32;
17084 et = neon_check_type (2, rs, N_I32 | N_I16 | N_KEY, N_EQK);
17086 et = neon_check_type (2, rs, N_I8 | N_I16 | N_I32 | N_I64 | N_F3
    [all...]

Completed in 47 milliseconds