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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 471 NT_unsigned
1490 case 'u': thistype = NT_unsigned; break;
15015 *g_type = NT_unsigned;
15101 case NT_unsigned:
15147 *type = NT_unsigned;
15297 if ((g_type == NT_signed || g_type == NT_unsigned)
15743 case NT_unsigned:
16088 inst.instruction |= (et.type == NT_unsigned) << 28;
16162 inst.instruction |= (et.type == NT_unsigned) << 28;
16187 inst.instruction |= (et.type == NT_unsigned) << 28
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 471 NT_unsigned
1494 case 'u': thistype = NT_unsigned; break;
15018 *g_type = NT_unsigned;
15104 case NT_unsigned:
15150 *type = NT_unsigned;
15300 if ((g_type == NT_signed || g_type == NT_unsigned)
15746 case NT_unsigned:
16055 inst.instruction |= (et.type == NT_unsigned) << 28;
16091 inst.instruction |= (et.type == NT_unsigned) << 28;
16165 inst.instruction |= (et.type == NT_unsigned) << 28
    [all...]

Completed in 50 milliseconds