Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/dis/i386/
H A Ddis_tables.c2597 int dispsize; /* size of displacement in bytes */ in dtrace_get_operand() local
2707 dispsize = 0; in dtrace_get_operand()
2710 dispsize = 1; in dtrace_get_operand()
2712 dispsize = 4; in dtrace_get_operand()
2715 dispsize = 4; in dtrace_get_operand()
2717 if (dispsize > 0) { in dtrace_get_operand()
2718 dtrace_imm_opnd(x, dispsize == 4 ? LONG_OPND : BYTE_OPND, in dtrace_get_operand()
2719 dispsize, opindex); in dtrace_get_operand()
2725 if (dispsize > 0) in dtrace_get_operand()