Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/dev/i386/
H A Ddis_tables.c2323 #define BYTE_OPND 0 /* w-bit value indicating byte register */ macro
2525 case BYTE_OPND: in dtrace_imm_opnd()
2668 case BYTE_OPND: in dtrace_get_operand()
2706 dtrace_imm_opnd(x, BYTE_OPND, 1, opindex); in dtrace_get_operand()
2751 dtrace_imm_opnd(x, dispsize == 4 ? LONG_OPND : BYTE_OPND, in dtrace_get_operand()
4017 wbit = BYTE_OPND; in dtrace_disx86()
4605 dtrace_disp_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86()
4648 dtrace_imm_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86()
4683 dtrace_imm_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86()
4735 dtrace_get_operand(x, mode, r_m, BYTE_OPND, 0); in dtrace_disx86()
[all …]