Searched refs:SEG_OPND (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 2300 #define SEG_OPND 4 /* "value" used to indicate a segment reg */ macro 2510 case SEG_OPND: in dtrace_imm_opnd() 2623 case SEG_OPND: in dtrace_get_operand() 3857 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 1 - vbit); in dtrace_disx86() 4122 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 0); in dtrace_disx86() 4133 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 0); in dtrace_disx86() 5242 } else if (wbit == SEG_OPND) { in dtrace_disx86()
|