Home
last modified time | relevance | path

Searched refs:HasVEX_4V (Results 1 – 7 of 7) 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() argument
243 if (HasVEX_4V) in setV2()
997 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in emitVEXOpcodePrefix() local
1089 Prefix.setV2(MI, MemOperand + X86::AddrIndexReg, HasVEX_4V); in emitVEXOpcodePrefix()
1099 if (!IsND && HasVEX_4V) in emitVEXOpcodePrefix()
1131 if (!IsND && HasVEX_4V) in emitVEXOpcodePrefix()
1136 Prefix.setV2(MI, MemOperand + X86::AddrIndexReg, HasVEX_4V); in emitVEXOpcodePrefix()
1173 if (HasVEX_4V) in emitVEXOpcodePrefix()
1181 Prefix.setV2(MI, MemOperand + X86::AddrIndexReg, HasVEX_4V); in emitVEXOpcodePrefix()
1208 if (!IsND && HasVEX_4V) in emitVEXOpcodePrefix()
[all …]
H A DX86BaseInfo.h1009 bool HasVEX_4V = TSFlags & X86II::VEX_4V; in getMemoryOperandNo() local
1035 return 1 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
1086 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp122 HasVEX_4V = Rec->getValueAsBit("hasVEX_4V"); in RecognizableInstrBase()
494 if (HasVEX_4V) in emitInstructionSpecifier()
502 bool IsND = OpMap == X86Local::T_MAP4 && HasEVEX_B && HasVEX_4V; in emitInstructionSpecifier()
567 if (!IsND && HasVEX_4V) in emitInstructionSpecifier()
613 if (!IsND && HasVEX_4V) in emitInstructionSpecifier()
641 if (!IsND && HasVEX_4V) in emitInstructionSpecifier()
693 if (!IsND && HasVEX_4V) in emitInstructionSpecifier()
753 if (HasVEX_4V) in emitInstructionSpecifier()
784 if (HasVEX_4V) in emitInstructionSpecifier()
H A DX86EVEX2VEXTablesEmitter.cpp
H A DX86InstrMappingEmitter.cpp134 OldRI.HasVEX_4V, OldRI.HasVEX_L, OldRI.HasREX_W, in operator ()()
137 NewRI.HasVEX_4V, NewRI.HasVEX_L, NewRI.HasREX_W, NewRI.Form)) in operator ()()
201 bool IsND = RI.OpMap == X86Local::T_MAP4 && RI.HasEVEX_B && RI.HasVEX_4V; in emitCompressEVEXTable()
H A DX86RecognizableInstr.h202 bool HasVEX_4V; member
H A DX86FoldTablesEmitter.cpp373 RegRI.OpSize, RegRI.AdSize, RegRI.HasREX_W, RegRI.HasVEX_4V, in operator ()()
380 MemRI.OpSize, MemRI.AdSize, MemRI.HasREX_W, MemRI.HasVEX_4V, in operator ()()