Searched refs:opnd (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | regex2.h | 82 #define SOP(op, opnd) ((op)|(opnd)) argument
|
H A D | regcomp.c | 107 static void doemit(struct parse *p, sop op, size_t opnd); 108 static void doinsert(struct parse *p, sop op, size_t opnd, sopno pos); 1251 doemit(struct parse *p, sop op, size_t opnd) in doemit() argument 1258 assert(opnd < 1<<OPSHIFT); in doemit() 1266 p->strip[p->slen++] = SOP(op, opnd); in doemit() 1273 doinsert(struct parse *p, sop op, size_t opnd, sopno pos) in doinsert() argument 1284 EMIT(op, opnd); /* do checks, ensure space */ in doinsert()
|
/titanic_44/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 2616 char *opnd = x->d86_opnd[opindex].d86_opnd; in dtrace_get_operand() local 2632 (void) strlcat(opnd, dis_MMREG[r_m], OPLEN); in dtrace_get_operand() 2635 (void) strlcat(opnd, dis_XMMREG[r_m], OPLEN); in dtrace_get_operand() 2638 (void) strlcat(opnd, dis_YMMREG[r_m], OPLEN); in dtrace_get_operand() 2641 (void) strlcat(opnd, dis_SEGREG[r_m], OPLEN); in dtrace_get_operand() 2644 (void) strlcat(opnd, dis_CONTROLREG[r_m], OPLEN); in dtrace_get_operand() 2647 (void) strlcat(opnd, dis_DEBUGREG[r_m], OPLEN); in dtrace_get_operand() 2650 (void) strlcat(opnd, dis_TESTREG[r_m], OPLEN); in dtrace_get_operand() 2654 (void) strlcat(opnd, dis_REG8[r_m], OPLEN); in dtrace_get_operand() 2656 (void) strlcat(opnd, dis_REG8_REX[r_m], OPLEN); in dtrace_get_operand() [all …]
|