Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp241 setV2(const MCInst & MI,unsigned OpNum,bool HasVEX_4V) setV2() argument
994 bool HasVEX_4V = TSFlags & X86II::VEX_4V; emitVEXOpcodePrefix() local
1559 bool HasVEX_4V = TSFlags & X86II::VEX_4V; encodeInstruction() local
[all...]
H A DX86BaseInfo.h1009 bool HasVEX_4V = TSFlags & X86II::VEX_4V; getMemoryOperandNo() local
/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h202 bool HasVEX_4V; member