Home | History | Annotate | Download | only in config

Lines Matching defs:op_parse_code

7173   unsigned int op_parse_code;
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))
7934 as_fatal (_("unhandled operand code %d"), op_parse_code);
7940 switch (op_parse_code)