Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c3055 #define VEX_W 0x08 /* opcode specific, use like REX.W */ macro
4337 vex_W = (opcode6 & VEX_W) >> 3; in dtrace_disx86()
4472 vex_W = (opcode5 & VEX_W) >> 3; in dtrace_disx86()