Searched defs:VEX_W (Results 1 – 3 of 3) sorted by relevance
116 bool VEX_W = VEXRI.HasVEX_W; in operator ()() local
699 uint8_t VEX_W = (TSFlags & X86II::VEX_W) ? 1 : 0; in emitVEXOpcodePrefix() local
930 VEX_W = 1ULL << VEX_WShift, enumerator