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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 469 NT_signed,
1489 case 's': thistype = NT_signed; break;
15013 *g_type = NT_signed;
15090 case NT_signed:
15145 *type = NT_signed;
15297 if ((g_type == NT_signed || g_type == NT_unsigned)
15753 case NT_signed:
17273 constraint (size == elsize && type == NT_signed, BAD_EL_TYPE);
17274 constraint (size != elsize && type != NT_unsigned && type != NT_signed,
17313 && type != NT_signed, BAD_EL_TYPE)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 469 NT_signed,
1493 case 's': thistype = NT_signed; break;
15016 *g_type = NT_signed;
15093 case NT_signed:
15148 *type = NT_signed;
15300 if ((g_type == NT_signed || g_type == NT_unsigned)
15756 case NT_signed:
17276 constraint (size == elsize && type == NT_signed, BAD_EL_TYPE);
17277 constraint (size != elsize && type != NT_unsigned && type != NT_signed,
17316 && type != NT_signed, BAD_EL_TYPE)
    [all...]

Completed in 54 milliseconds