Home
last modified time | relevance | path

Searched refs:opnd (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/bsd/dev/i386/
H A Ddis_tables.c2630 char *opnd = x->d86_opnd[opindex].d86_opnd; in dtrace_get_operand() local
2648 (void) strlcat(opnd, dis_MMREG[r_m], OPLEN); in dtrace_get_operand()
2651 (void) strlcat(opnd, dis_XMMREG[r_m], OPLEN); in dtrace_get_operand()
2654 (void) strlcat(opnd, dis_YMMREG[r_m], OPLEN); in dtrace_get_operand()
2657 (void) strlcat(opnd, dis_SEGREG[r_m], OPLEN); in dtrace_get_operand()
2660 (void) strlcat(opnd, dis_CONTROLREG[r_m], OPLEN); in dtrace_get_operand()
2663 (void) strlcat(opnd, dis_DEBUGREG[r_m], OPLEN); in dtrace_get_operand()
2666 (void) strlcat(opnd, dis_TESTREG[r_m], OPLEN); in dtrace_get_operand()
2670 (void) strlcat(opnd, dis_REG8[r_m], OPLEN); in dtrace_get_operand()
2672 (void) strlcat(opnd, dis_REG8_REX[r_m], OPLEN); in dtrace_get_operand()
[all …]