Lines Matching full:o_big
1278 FIXME: This is probably(certainly?) broken for O_big,1576 which should parse out to X_op == O_big1589 if (O_big == exp->X_op)1595 /* O_big occurs when more than 4 bytes worth gets parsed. */1596 if ((exp->X_op != O_constant) && (exp->X_op != O_big))