Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/dis/i386/
H A Ddis_tables.c2281 #define VEX_W 0x08 /* opcode specific, use like REX.W */ macro
3142 vex_W = (opcode5 & VEX_W) >> 3; in dtrace_disx86()