Searched refs:HasEVEX_K (Results 1 – 7 of 7) sorted by relevance
996 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in emitVEXOpcodePrefix() local1053 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() local1645 if (HasEVEX_K) // Skip writemask in encodeInstruction()[all …]
1010 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in getMemoryOperandNo() local1035 return 1 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()1038 return 1 + HasEVEX_K; in getMemoryOperandNo()1086 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
126 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()
212 bool HasEVEX_K; member
375 RegRI.HasEVEX_K, RegRI.HasEVEX_KZ, RegRI.HasEVEX_L2, in operator ()()382 MemRI.HasEVEX_K, MemRI.HasEVEX_KZ, MemRI.HasEVEX_L2, in operator ()()
207 else if (RI.Encoding == X86Local::EVEX && !RI.HasEVEX_K && !RI.HasEVEX_L2 && in emitCompressEVEXTable()