Searched refs:BYTE_OPND (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 2296 #define BYTE_OPND 0 /* w-bit value indicating byte register */ macro 2496 case BYTE_OPND: in dtrace_imm_opnd() 2635 case BYTE_OPND: in dtrace_get_operand() 2673 dtrace_imm_opnd(x, BYTE_OPND, 1, opindex); in dtrace_get_operand() 2718 dtrace_imm_opnd(x, dispsize == 4 ? LONG_OPND : BYTE_OPND, in dtrace_get_operand() 3934 wbit = BYTE_OPND; in dtrace_disx86() 4503 dtrace_disp_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86() 4546 dtrace_imm_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86() 4581 dtrace_imm_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86() 4633 dtrace_get_operand(x, mode, r_m, BYTE_OPND, 0); in dtrace_disx86() [all …]
|