Searched refs:op_parse_code (Results 1 – 1 of 1) sorted by relevance
6547 unsigned int op_parse_code; in parse_operands() local6656 op_parse_code = upat[i]; in parse_operands()6657 if (op_parse_code >= 1<<16) in parse_operands()6658 op_parse_code = thumb ? (op_parse_code >> 16) in parse_operands()6659 : (op_parse_code & ((1<<16)-1)); in parse_operands()6661 if (op_parse_code >= OP_FIRST_OPTIONAL) in parse_operands()6673 switch (op_parse_code) in parse_operands()6992 val = parse_psr (&str, op_parse_code == OP_wPSR); in parse_operands()7111 as_fatal (_("unhandled operand code %d"), op_parse_code); in parse_operands()7117 switch (op_parse_code) in parse_operands()