Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp842 uint8_t VEX_L = (TSFlags & X86II::VEX_L) ? 1 : 0; in emitVEXOpcodePrefix() local
H A DX86BaseInfo.h929 VEX_L = 1ULL << VEX_LShift, enumerator
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.c2284 #define VEX_L 0x04 macro