Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c3089 #define BYTE_OPND 0 /* w-bit value indicating byte register */ macro
3683 case BYTE_OPND: in dtrace_imm_opnd()
3829 case BYTE_OPND: in dtrace_get_operand()
3867 dtrace_imm_opnd(x, BYTE_OPND, 1, opindex); in dtrace_get_operand()
3914 dtrace_imm_opnd(x, dispsize == 4 ? LONG_OPND : BYTE_OPND, in dtrace_get_operand()
5453 wbit = BYTE_OPND; in dtrace_disx86()
6081 dtrace_disp_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86()
6124 dtrace_imm_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86()
6159 dtrace_imm_opnd(x, BYTE_OPND, 1, 0); in dtrace_disx86()
6221 dtrace_get_operand(x, mode, r_m, BYTE_OPND, 0); in dtrace_disx86()
[all …]