Searched refs:LONG_OPND (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 2314 #define LONG_OPND 1 /* w-bit value indicating opnd_size register */ macro 2516 case LONG_OPND: in dtrace_imm_opnd() 2661 case LONG_OPND: in dtrace_get_operand() 2735 dtrace_imm_opnd(x, dispsize == 4 ? LONG_OPND : BYTE_OPND, in dtrace_get_operand() 3214 wbit = LONG_OPND; in dtrace_disx86() 3705 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 3707 wbit = LONG_OPND; in dtrace_disx86() 3724 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 3737 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 3756 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 0); in dtrace_disx86() [all …]
|