Home
last modified time | relevance | path

Searched defs:VEX_L (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp756 uint8_t VEX_L = (TSFlags & X86II::VEX_L) ? 1 : 0; in emitVEXOpcodePrefix() local
H A DX86BaseInfo.h943 VEX_L = 1ULL << VEX_LShift, enumerator