Searched defs:VEX_W (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c2285 #define VEX_W 0x08 /* opcode specific, use like REX.W */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp775 uint8_t VEX_W = (TSFlags & X86II::VEX_W) ? 1 : 0; local
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86EVEX2VEXTablesEmitter.cpp95 bool VEX_W = RecV->getValueAsBit("HasVEX_W"); local

Completed in 138 milliseconds