Searched refs:SEG_OPND (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 2895 #define SEG_OPND 4 /* "value" used to indicate a segment reg */ macro 3259 case SEG_OPND: in dtrace_imm_opnd() 3378 case SEG_OPND: in dtrace_get_operand() 4862 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 1 - vbit); in dtrace_disx86() 4863 wbit = SEG_OPND; in dtrace_disx86() 5158 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 0); in dtrace_disx86() 5169 dtrace_get_operand(x, REG_ONLY, reg, SEG_OPND, 0); in dtrace_disx86() 6458 } else if (wbit == SEG_OPND) { in dtrace_disx86()
|