Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/dis/i386/
H A Ddis_tables.h53 #define OPLEN 256 macro
61 char d86_opnd[OPLEN]; /* symbolic rep of operand */
75 char d86_mnem[OPLEN];
H A Ddis_tables.c2615 (void) strlcat(opnd, dis_MMREG[r_m], OPLEN); in dtrace_get_operand()
2618 (void) strlcat(opnd, dis_XMMREG[r_m], OPLEN); in dtrace_get_operand()
2621 (void) strlcat(opnd, dis_YMMREG[r_m], OPLEN); in dtrace_get_operand()
2624 (void) strlcat(opnd, dis_SEGREG[r_m], OPLEN); in dtrace_get_operand()
2627 (void) strlcat(opnd, dis_CONTROLREG[r_m], OPLEN); in dtrace_get_operand()
2630 (void) strlcat(opnd, dis_DEBUGREG[r_m], OPLEN); in dtrace_get_operand()
2633 (void) strlcat(opnd, dis_TESTREG[r_m], OPLEN); in dtrace_get_operand()
2637 (void) strlcat(opnd, dis_REG8[r_m], OPLEN); in dtrace_get_operand()
2639 (void) strlcat(opnd, dis_REG8_REX[r_m], OPLEN); in dtrace_get_operand()
2642 (void) strlcat(opnd, dis_REG16[r_m], OPLEN); in dtrace_get_operand()
[all …]