Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/dev/i386/
H A Ddis_tables.c2327 #define SEG_OPND 4 /* "value" used to indicate a segment reg */ macro
2539 case SEG_OPND: in dtrace_imm_opnd()
2656 case SEG_OPND: in dtrace_get_operand()
3939 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 1 - vbit); in dtrace_disx86()
4219 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 0); in dtrace_disx86()
4230 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 0); in dtrace_disx86()
5345 } else if (wbit == SEG_OPND) { in dtrace_disx86()