Searched refs:OPLEN (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/common/dis/i386/ |
H A D | dis_tables.h | 53 #define OPLEN 256 macro 61 char d86_opnd[OPLEN]; /* symbolic rep of operand */ 75 char d86_mnem[OPLEN];
|
H A D | dis_tables.c | 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() 2659 (void) strlcat(opnd, dis_REG16[r_m], OPLEN); in dtrace_get_operand() [all …]
|