Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c267 #define VEX_3bytes 0xC4 /* the first byte of three-byte form */ macro
4452 } else if (vex_prefix == VEX_3bytes) { in dtrace_disx86()