Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp241 void setV2(const MCInst &MI, unsigned OpNum, bool HasVEX_4V) { in setV2()
997 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in emitVEXOpcodePrefix() local
1562 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in encodeInstruction() local
H A DX86BaseInfo.h1009 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in getMemoryOperandNo() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h202 bool HasVEX_4V; member