Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp114 bool VEX_W = RecV->getValueAsBit("HasVEX_W"); in operator ()() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp794 uint8_t VEX_W = (TSFlags & X86II::VEX_W) ? 1 : 0; in emitVEXOpcodePrefix() local
H A DX86BaseInfo.h916 VEX_W = 1ULL << VEX_WShift, enumerator
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.c2285 #define VEX_W 0x08 /* opcode specific, use like REX.W */ macro