Searched refs:BYTE_OPND (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 2891 #define BYTE_OPND 0 /* w-bit value indicating byte register */ macro 3244 case BYTE_OPND: in dtrace_imm_opnd() 3390 case BYTE_OPND: in dtrace_get_operand() 3428 dtrace_imm_opnd(x, BYTE_OPND, 1, opindex); in dtrace_get_operand() 3475 dtrace_imm_opnd(x, dispsize == 4 ? LONG_OPND : BYTE_OPND, in dtrace_get_operand() 4958 wbit = BYTE_OPND; in dtrace_disx86() 5579 dtrace_disp_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86() 5622 dtrace_imm_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86() 5657 dtrace_imm_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86() 5719 dtrace_get_operand(x, mode, r_m, BYTE_OPND, 0); in dtrace_disx86() [all …]
|