Searched refs:DIS_X86_SIZE16 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdisasm/common/
H A Dlibdisasm.h49 #define DIS_X86_SIZE16 0x100 macro
64 DIS_X86_SIZE16 | DIS_X86_SIZE32 | DIS_X86_SIZE64 | \
H A Ddis_i386.c100 if (dhp->dh_flags & ~(DIS_X86_SIZE16 | DIS_X86_SIZE32 | DIS_X86_SIZE64 |
118 if (dhp->dh_flags & DIS_X86_SIZE16)
180 if (archflags == DIS_X86_SIZE16 || archflags == DIS_X86_SIZE32 ||
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_disasm.c429 DIS_X86_SIZE16));

Completed in 58 milliseconds