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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 14804 N_32 = 0x0004000,
15053 case 32: return N_32;
15137 else if ((mask & (N_S32 | N_U32 | N_I32 | N_32 | N_F32)) != 0)
15150 else if ((mask & (N_8 | N_16 | N_32 | N_64)) != 0)
15307 || (g_size == 32 && (types_allowed & N_32) != 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 14807 N_32 = 0x0004000,
15056 case 32: return N_32;
15140 else if ((mask & (N_S32 | N_U32 | N_I32 | N_32 | N_F32)) != 0)
15153 else if ((mask & (N_8 | N_16 | N_32 | N_64)) != 0)
15310 || (g_size == 32 && (types_allowed & N_32) != 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 48 milliseconds