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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 14820 N_UNS = 0x0000008, /* If N_EQK, this operand is forced to be unsigned. */
14828 #define N_ALLMODS (N_DBL | N_HLF | N_SGN | N_UNS | N_INT | N_FLT | N_SIZ)
15014 else if ((typebits & N_UNS) != 0)
18472 et = neon_check_type (2, rs, N_EQK | N_UNS,
18506 N_EQK | N_HLF | N_UNS, N_S16 | N_S32 | N_S64 | N_KEY);
18545 N_EQK | N_HLF | N_UNS, N_S16 | N_S32 | N_S64 | N_KEY);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 14823 N_UNS = 0x0000008, /* If N_EQK, this operand is forced to be unsigned. */
14831 #define N_ALLMODS (N_DBL | N_HLF | N_SGN | N_UNS | N_INT | N_FLT | N_SIZ)
15017 else if ((typebits & N_UNS) != 0)
18475 et = neon_check_type (2, rs, N_EQK | N_UNS,
18509 N_EQK | N_HLF | N_UNS, N_S16 | N_S32 | N_S64 | N_KEY);
18548 N_EQK | N_HLF | N_UNS, N_S16 | N_S32 | N_S64 | N_KEY);

Completed in 37 milliseconds