Searched refs:HasEVEX_K (Results 1 – 10 of 10) sorted by relevance
603 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in EmitVEXOpcodePrefix() local693 uint8_t EVEX_z = (HasEVEX_K && (TSFlags & X86II::EVEX_Z)) ? 1 : 0; in EmitVEXOpcodePrefix()729 if (HasEVEX_K) in EmitVEXOpcodePrefix()757 if (HasEVEX_K) in EmitVEXOpcodePrefix()795 if (HasEVEX_K) in EmitVEXOpcodePrefix()817 if (HasEVEX_K) in EmitVEXOpcodePrefix()853 if (HasEVEX_K) in EmitVEXOpcodePrefix()880 if (HasEVEX_K) in EmitVEXOpcodePrefix()1142 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in encodeInstruction() local1279 if (HasEVEX_K) // Skip writemask in encodeInstruction()[all …]
662 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in getMemoryOperandNo() local683 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()696 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
746 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in emitVEXOpcodePrefix() local851 uint8_t EVEX_z = (HasEVEX_K && (TSFlags & X86II::EVEX_Z)) ? 1 : 0; in emitVEXOpcodePrefix()889 if (HasEVEX_K) in emitVEXOpcodePrefix()916 if (HasEVEX_K) in emitVEXOpcodePrefix()982 if (HasEVEX_K) in emitVEXOpcodePrefix()1007 if (HasEVEX_K) in emitVEXOpcodePrefix()1068 if (HasEVEX_K) in emitVEXOpcodePrefix()1099 if (HasEVEX_K) in emitVEXOpcodePrefix()1402 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in encodeInstruction() local1477 if (HasEVEX_K) // Skip writemask in encodeInstruction()[all …]
1017 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in getMemoryOperandNo() local1037 return 1 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()1040 return 1 + HasEVEX_K; in getMemoryOperandNo()1067 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
765 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in emitVEXOpcodePrefix() local870 uint8_t EVEX_z = (HasEVEX_K && (TSFlags & X86II::EVEX_Z)) ? 1 : 0; in emitVEXOpcodePrefix()911 if (HasEVEX_K) in emitVEXOpcodePrefix()939 if (HasEVEX_K) in emitVEXOpcodePrefix()1005 if (HasEVEX_K) in emitVEXOpcodePrefix()1030 if (HasEVEX_K) in emitVEXOpcodePrefix()1091 if (HasEVEX_K) in emitVEXOpcodePrefix()1131 if (HasEVEX_K) in emitVEXOpcodePrefix()1418 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in encodeInstruction() local1494 if (HasEVEX_K) // Skip writemask in encodeInstruction()[all …]
1086 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in getMemoryOperandNo() local1109 return 1 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()1112 return 1 + HasEVEX_K; in getMemoryOperandNo()1145 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
90 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K"); in RecognizableInstr()154 (HasEVEX_K && HasEVEX_B ? n##_K_B : \156 (HasEVEX_K? n##_K : (HasEVEX_B ? n##_B : n)))))459 if (HasEVEX_K) in emitInstructionSpecifier()513 if (HasEVEX_K) in emitInstructionSpecifier()536 if (HasEVEX_K) in emitInstructionSpecifier()560 if (HasEVEX_K) in emitInstructionSpecifier()608 if (HasEVEX_K) in emitInstructionSpecifier()672 if (HasEVEX_K) in emitInstructionSpecifier()701 if (HasEVEX_K) in emitInstructionSpecifier()
195 bool HasEVEX_K; variable
220 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K"); in RecognizableInstr()281 (HasEVEX_K && HasEVEX_B ? n##_K_B : \283 (HasEVEX_K? n##_K : (HasEVEX_B ? n##_B : n)))))570 if (HasEVEX_K) in emitInstructionSpecifier()615 if (HasEVEX_K) in emitInstructionSpecifier()637 if (HasEVEX_K) in emitInstructionSpecifier()661 if (HasEVEX_K) in emitInstructionSpecifier()694 if (HasEVEX_K) in emitInstructionSpecifier()733 if (HasEVEX_K) in emitInstructionSpecifier()756 if (HasEVEX_K) in emitInstructionSpecifier()
71 bool HasEVEX_K; variable