Searched refs:OPLEN (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/i386/ |
| H A D | dis_tables.h | 60 #define OPLEN 256 macro 68 char d86_opnd[OPLEN]; /* symbolic rep of operand */ 82 char d86_mnem[OPLEN];
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | dis_tables.c | 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() 2675 (void) strlcat(opnd, dis_REG16[r_m], OPLEN); in dtrace_get_operand() [all …]
|