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

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c2281 #define VEX_W 0x08 /* opcode specific, use like REX.W */ macro
2335 * We further have to subdivide this based on the value of VEX_W and the value
2337 * [opcode - 0x90][VEX_W][VEX_L].
3142 vex_W = (opcode5 & VEX_W) >> 3;

Completed in 66 milliseconds