Lines Matching refs:OP
312 switch (OP(m->g->strip[es])) {
318 while (OP(m->g->strip[es]) != O_CH)
325 switch (OP(m->g->strip[ss])) {
422 assert(OP(m->g->strip[esub]) == OOR1);
427 assert(OP(m->g->strip[esub]) == OOR1);
429 assert(OP(m->g->strip[esub]) == OOR2);
432 if (OP(m->g->strip[esub]) == OOR2)
435 assert(OP(m->g->strip[esub]) == O_CH);
494 switch (OP(s = m->g->strip[ss])) {
552 assert(OP(s) == OOR2);
554 } while (OP(s = m->g->strip[ss]) != O_CH);
571 switch (OP(s)) {
617 assert(OP(m->g->strip[esub]) == OOR1);
623 if (OP(m->g->strip[esub]) == O_CH)
626 assert(OP(m->g->strip[esub]) == OOR2);
629 if (OP(m->g->strip[esub]) == OOR2)
632 assert(OP(m->g->strip[esub]) == O_CH);
852 switch (OP(s)) {
917 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
923 OP(s = g->strip[pc+look]) != O_CH;
925 assert(OP(s) == OOR2);
931 if (OP(g->strip[pc+OPND(s)]) != O_CH) {
932 assert(OP(g->strip[pc+OPND(s)]) == OOR2);