Home | History | Annotate | Download | only in config

Lines Matching full:o_big

1277      FIXME: This is probably(certainly?) broken for O_big,
1575 which should parse out to X_op == O_big
1588 if (O_big == exp->X_op)
1594 /* O_big occurs when more than 4 bytes worth gets parsed. */
1595 if ((exp->X_op != O_constant) && (exp->X_op != O_big))