Searched refs:HasEVEX_K (Results 1 – 4 of 4) sorted by relevance
594 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in EmitVEXOpcodePrefix() local687 if (HasEVEX_K && (TSFlags & X86II::EVEX_Z)) in EmitVEXOpcodePrefix()736 if (HasEVEX_K) in EmitVEXOpcodePrefix()771 if (HasEVEX_K) in EmitVEXOpcodePrefix()813 if (HasEVEX_K) in EmitVEXOpcodePrefix()839 if (HasEVEX_K) in EmitVEXOpcodePrefix()879 if (HasEVEX_K) in EmitVEXOpcodePrefix()908 if (HasEVEX_K) in EmitVEXOpcodePrefix()1182 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in EncodeInstruction() local1315 if (HasEVEX_K) // Skip writemask in EncodeInstruction()[all …]
663 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in getMemoryOperandNo() local684 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()697 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
220 HasEVEX_K = Rec->getValueAsBit("hasEVEX_K"); in RecognizableInstr()282 (HasEVEX_K && HasEVEX_B ? n##_K_B : \284 (HasEVEX_K? n##_K : (HasEVEX_B ? n##_B : n)))))570 if (HasEVEX_K) in emitInstructionSpecifier()616 if (HasEVEX_K) in emitInstructionSpecifier()638 if (HasEVEX_K) in emitInstructionSpecifier()662 if (HasEVEX_K) in emitInstructionSpecifier()695 if (HasEVEX_K) in emitInstructionSpecifier()734 if (HasEVEX_K) in emitInstructionSpecifier()757 if (HasEVEX_K) in emitInstructionSpecifier()
72 bool HasEVEX_K; variable