Searched refs:LONG_OPND (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 2892 #define LONG_OPND 1 /* w-bit value indicating opnd_size register */ macro 3247 case LONG_OPND: in dtrace_imm_opnd() 3399 case LONG_OPND: in dtrace_get_operand() 3475 dtrace_imm_opnd(x, dispsize == 4 ? LONG_OPND : BYTE_OPND, in dtrace_get_operand() 4090 wbit = LONG_OPND; in dtrace_disx86() 4654 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 4656 wbit = LONG_OPND; in dtrace_disx86() 4673 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 4686 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 1); in dtrace_disx86() 4705 dtrace_get_operand(x, REG_ONLY, reg, LONG_OPND, 0); in dtrace_disx86() [all …]
|