Searched refs:HasEVEX_K (Results 1 – 4 of 4) 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()
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