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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 14802 N_8 = 0x0001000,
15051 case 8: return N_8;
15132 if ((mask & (N_S8 | N_U8 | N_I8 | N_8 | N_P8)) != 0)
15150 else if ((mask & (N_8 | N_16 | N_32 | N_64)) != 0)
15305 && ((g_size == 8 && (types_allowed & N_8) != 0)
16293 = neon_check_type (2, NS_RR, N_EQK, N_8 | N_16 | N_32 | N_64 | N_KEY);
17837 N_EQK, N_EQK, N_8 | N_16 | N_32 | N_KEY);
18018 = neon_check_type (3, rs, N_EQK, N_EQK, N_8 | N_16 | N_32 | N_KEY);
18416 et = neon_check_type (2, rs, N_EQK, N_8 | N_16 | N_32 | N_KEY);
18421 et = neon_check_type (2, rs, N_EQK, N_8 | N_16 | N_32 | N_64 | N_KEY)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 14805 N_8 = 0x0001000,
15054 case 8: return N_8;
15135 if ((mask & (N_S8 | N_U8 | N_I8 | N_8 | N_P8)) != 0)
15153 else if ((mask & (N_8 | N_16 | N_32 | N_64)) != 0)
15308 && ((g_size == 8 && (types_allowed & N_8) != 0)
16296 = neon_check_type (2, NS_RR, N_EQK, N_8 | N_16 | N_32 | N_64 | N_KEY);
17840 N_EQK, N_EQK, N_8 | N_16 | N_32 | N_KEY);
18021 = neon_check_type (3, rs, N_EQK, N_EQK, N_8 | N_16 | N_32 | N_KEY);
18419 et = neon_check_type (2, rs, N_EQK, N_8 | N_16 | N_32 | N_KEY);
18424 et = neon_check_type (2, rs, N_EQK, N_8 | N_16 | N_32 | N_64 | N_KEY)
    [all...]

Completed in 49 milliseconds