Home
last modified time | relevance | path

Searched refs:SEG_OPND (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c3093 #define SEG_OPND 4 /* "value" used to indicate a segment reg */ macro
3698 case SEG_OPND: in dtrace_imm_opnd()
3817 case SEG_OPND: in dtrace_get_operand()
5358 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 1 - vbit); in dtrace_disx86()
5660 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 0); in dtrace_disx86()
5671 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 0); in dtrace_disx86()
7109 } else if (wbit == SEG_OPND) { in dtrace_disx86()