Searched refs:op_parse_code (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c7314 unsigned int op_parse_code; local
7446 op_parse_code = upat[i];
7447 if (op_parse_code >= 1<<16)
7448 op_parse_code = thumb ? (op_parse_code >> 16)
7449 : (op_parse_code & ((1<<16)-1));
7451 if (op_parse_code >= OP_FIRST_OPTIONAL)
7462 switch (op_parse_code)
7928 val = parse_psr (&str, op_parse_code == OP_wPSR);
8029 if (val != (((op_parse_code
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c7259 unsigned int op_parse_code; local
7391 op_parse_code = upat[i];
7392 if (op_parse_code >= 1<<16)
7393 op_parse_code = thumb ? (op_parse_code >> 16)
7394 : (op_parse_code & ((1<<16)-1));
7396 if (op_parse_code >= OP_FIRST_OPTIONAL)
7407 switch (op_parse_code)
7871 val = parse_psr (&str, op_parse_code == OP_wPSR);
7972 if (val != (((op_parse_code
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c7314 unsigned int op_parse_code; local
7446 op_parse_code = upat[i];
7447 if (op_parse_code >= 1<<16)
7448 op_parse_code = thumb ? (op_parse_code >> 16)
7449 : (op_parse_code & ((1<<16)-1));
7451 if (op_parse_code >= OP_FIRST_OPTIONAL)
7462 switch (op_parse_code)
7928 val = parse_psr (&str, op_parse_code == OP_wPSR);
8029 if (val != (((op_parse_code
[all...]

Completed in 339 milliseconds