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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 7170 unsigned int op_parse_code; local
7302 op_parse_code = upat[i];
7303 if (op_parse_code >= 1<<16)
7304 op_parse_code = thumb ? (op_parse_code >> 16)
7305 : (op_parse_code & ((1<<16)-1));
7307 if (op_parse_code >= OP_FIRST_OPTIONAL)
7318 switch (op_parse_code)
7763 val = parse_psr (&str, op_parse_code == OP_wPSR);
7864 if (val != (((op_parse_code == OP_MSTRLST2) ? 3 : 7) << 5 | 0xe)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 7173 unsigned int op_parse_code; local
7305 op_parse_code = upat[i];
7306 if (op_parse_code >= 1<<16)
7307 op_parse_code = thumb ? (op_parse_code >> 16)
7308 : (op_parse_code & ((1<<16)-1));
7310 if (op_parse_code >= OP_FIRST_OPTIONAL)
7321 switch (op_parse_code)
7766 val = parse_psr (&str, op_parse_code == OP_wPSR);
7867 if (val != (((op_parse_code == OP_MSTRLST2) ? 3 : 7) << 5 | 0xe)
    [all...]

Completed in 48 milliseconds