Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp116 bool VEX_W = VEXRI.HasVEX_W; in operator ()() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp699 uint8_t VEX_W = (TSFlags & X86II::VEX_W) ? 1 : 0; in emitVEXOpcodePrefix() local
H A DX86BaseInfo.h930 VEX_W = 1ULL << VEX_WShift, enumerator