Searched refs:OPND (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Dregengine.inc318 char ch = OPND(g->strip[startst]);
325 *next == (char)OPND(g->strip[nextst]))
360 es += OPND(m->g->strip[es]);
364 es += OPND(m->g->strip[es]);
470 esub = ss + OPND(m->g->strip[ss]) - 1;
480 esub += OPND(m->g->strip[esub]);
501 i = OPND(m->g->strip[ss]);
506 i = OPND(m->g->strip[ss]);
548 if (sp == stop || *sp++ != (char)OPND(s))
557 cs = &m->g->sets[OPND(
[all...]
H A Dregex2.h74 #define OPND(n) ((n)&OPDMASK) macro
H A Dregcomp.c1632 scan += OPND(s);
1667 *cp++ = (char)OPND(s);
/openbsd-current/lib/libc/regex/
H A Dengine.c320 es += OPND(m->g->strip[es]);
324 es += OPND(m->g->strip[es]);
426 esub = ss + OPND(m->g->strip[ss]) - 1;
436 esub += OPND(m->g->strip[esub]);
454 i = OPND(m->g->strip[ss]);
459 i = OPND(m->g->strip[ss]);
501 if (sp == stop || *sp++ != (char)OPND(s))
510 cs = &m->g->sets[OPND(s)];
555 ss += OPND(s);
575 i = OPND(
[all...]
H A Dregex2.h68 #define OPND(n) ((n)&OPDMASK) macro
H A Dregcomp.c1322 scan += OPND(s);
1357 *cp++ = (char)OPND(s);
/openbsd-current/regress/lib/libc/regex/
H A Ddebug.c85 opnd = OPND(*s);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dxtensa-isa.c859 #define CHECK_OPERAND(INTISA,OPC,ICLASS,OPND,ERRVAL) \
861 if ((OPND) < 0 || (OPND) >= (ICLASS)->num_operands) \
865 "opcode \"%s\" has %d operands", (OPND), \

Completed in 102 milliseconds