Searched refs:LONG_OPND (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 3090 #define LONG_OPND 1 /* w-bit value indicating opnd_size register */ macro 3686 case LONG_OPND: in dtrace_imm_opnd() 3838 case LONG_OPND: in dtrace_get_operand() 3914 dtrace_imm_opnd(x, dispsize == 4 ? LONG_OPND : BYTE_OPND, in dtrace_get_operand() 4544 wbit = LONG_OPND; in dtrace_disx86() 5150 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 5152 wbit = LONG_OPND; in dtrace_disx86() 5169 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 5182 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 5201 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 0); in dtrace_disx86() [all …]
|