Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp594 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in EmitVEXOpcodePrefix() local
687 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() local
1315 if (HasEVEX_K) // Skip writemask in EncodeInstruction()
[all …]
DX86BaseInfo.h663 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in getMemoryOperandNo() local
684 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()
697 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp220 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()
DX86RecognizableInstr.h72 bool HasEVEX_K; variable