Home
last modified time | relevance | path

Searched refs:HasEVEX_K (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp996 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in emitVEXOpcodePrefix() local
1053 Prefix.setZ(HasEVEX_K && (TSFlags & X86II::EVEX_Z)); in emitVEXOpcodePrefix()
1096 if (HasEVEX_K) in emitVEXOpcodePrefix()
1128 if (HasEVEX_K) in emitVEXOpcodePrefix()
1176 if (HasEVEX_K) in emitVEXOpcodePrefix()
1205 if (HasEVEX_K) in emitVEXOpcodePrefix()
1267 if (HasEVEX_K) in emitVEXOpcodePrefix()
1303 if (HasEVEX_K) in emitVEXOpcodePrefix()
1566 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in encodeInstruction() local
1645 if (HasEVEX_K) // Skip writemask in encodeInstruction()
[all …]
H A DX86BaseInfo.h1010 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in getMemoryOperandNo() local
1035 return 1 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
1038 return 1 + HasEVEX_K; in getMemoryOperandNo()
1086 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp126 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K"); in RecognizableInstrBase()
186 : (HasEVEX_K && HasEVEX_B \
189 : (HasEVEX_K ? n##_K : (HasEVEX_B ? n##_B : n)))))
496 if (HasEVEX_K) in emitInstructionSpecifier()
564 if (HasEVEX_K) in emitInstructionSpecifier()
610 if (HasEVEX_K) in emitInstructionSpecifier()
638 if (HasEVEX_K) in emitInstructionSpecifier()
690 if (HasEVEX_K) in emitInstructionSpecifier()
756 if (HasEVEX_K) in emitInstructionSpecifier()
786 if (HasEVEX_K) in emitInstructionSpecifier()
H A DX86EVEX2VEXTablesEmitter.cpp
H A DX86RecognizableInstr.h212 bool HasEVEX_K; member
H A DX86FoldTablesEmitter.cpp375 RegRI.HasEVEX_K, RegRI.HasEVEX_KZ, RegRI.HasEVEX_L2, in operator ()()
382 MemRI.HasEVEX_K, MemRI.HasEVEX_KZ, MemRI.HasEVEX_L2, in operator ()()
H A DX86InstrMappingEmitter.cpp207 else if (RI.Encoding == X86Local::EVEX && !RI.HasEVEX_K && !RI.HasEVEX_L2 && in emitCompressEVEXTable()