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.cpp603 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in EmitVEXOpcodePrefix() local
693 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() local
1279 if (HasEVEX_K) // Skip writemask in encodeInstruction()
[all …]
DX86BaseInfo.h662 bool HasEVEX_K = TSFlags & X86II::EVEX_K; in getMemoryOperandNo() local
683 return 1 + HasVEX_4V + HasMemOp4 + HasEVEX_K; in getMemoryOperandNo()
696 return 0 + HasVEX_4V + HasEVEX_K; in getMemoryOperandNo()
/external/llvm/utils/TableGen/
DX86RecognizableInstr.cpp220 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()
DX86RecognizableInstr.h71 bool HasEVEX_K; variable