Searched refs:BYTE_OPND (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 2313 #define BYTE_OPND 0 /* w-bit value indicating byte register */ macro 2513 case BYTE_OPND: in dtrace_imm_opnd() 2652 case BYTE_OPND: in dtrace_get_operand() 2690 dtrace_imm_opnd(x, BYTE_OPND, 1, opindex); in dtrace_get_operand() 2735 dtrace_imm_opnd(x, dispsize == 4 ? LONG_OPND : BYTE_OPND, in dtrace_get_operand() 3990 wbit = BYTE_OPND; in dtrace_disx86() 4571 dtrace_disp_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86() 4614 dtrace_imm_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86() 4649 dtrace_imm_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86() 4701 dtrace_get_operand(x, mode, r_m, BYTE_OPND, 0); in dtrace_disx86() [all …]
|