Searched defs:VEX_W (Results 1 – 4 of 4) sorted by relevance
114 bool VEX_W = RecV->getValueAsBit("HasVEX_W"); in operator ()() local
794 uint8_t VEX_W = (TSFlags & X86II::VEX_W) ? 1 : 0; in emitVEXOpcodePrefix() local
916 VEX_W = 1ULL << VEX_WShift, enumerator
2285 #define VEX_W 0x08 /* opcode specific, use like REX.W */ macro