Searched refs:op_parse_code (Results 1 – 2 of 2) sorted by relevance
7314 unsigned int op_parse_code; in parse_operands() local7446 op_parse_code = upat[i]; in parse_operands()7447 if (op_parse_code >= 1<<16) in parse_operands()7448 op_parse_code = thumb ? (op_parse_code >> 16) in parse_operands()7449 : (op_parse_code & ((1<<16)-1)); in parse_operands()7451 if (op_parse_code >= OP_FIRST_OPTIONAL) in parse_operands()7462 switch (op_parse_code) in parse_operands()7928 val = parse_psr (&str, op_parse_code == OP_wPSR); in parse_operands()8029 if (val != (((op_parse_code == OP_MSTRLST2) ? 3 : 7) << 5 | 0xe)) in parse_operands()8096 as_fatal (_("unhandled operand code %d"), op_parse_code); in parse_operands()[all …]
7344 unsigned int op_parse_code; in parse_operands() local7476 op_parse_code = upat[i]; in parse_operands()7477 if (op_parse_code >= 1<<16) in parse_operands()7478 op_parse_code = thumb ? (op_parse_code >> 16) in parse_operands()7479 : (op_parse_code & ((1<<16)-1)); in parse_operands()7481 if (op_parse_code >= OP_FIRST_OPTIONAL) in parse_operands()7492 switch (op_parse_code) in parse_operands()7958 val = parse_psr (&str, op_parse_code == OP_wPSR); in parse_operands()8059 if (val != (((op_parse_code == OP_MSTRLST2) ? 3 : 7) << 5 | 0xe)) in parse_operands()8126 as_fatal (_("unhandled operand code %d"), op_parse_code); in parse_operands()[all …]