Searched refs:IsVCMP (Results 1 – 3 of 3) sorted by relevance
672 bool IsVCMP = PatchedName.startswith("vcmp"); in ParseInstruction() local673 unsigned SSECCIdx = IsVCMP ? 4 : 3; in ParseInstruction()713 PatchedName = IsVCMP ? "vcmpss" : "cmpss"; in ParseInstruction()715 PatchedName = IsVCMP ? "vcmpsd" : "cmpsd"; in ParseInstruction()717 PatchedName = IsVCMP ? "vcmpps" : "cmpps"; in ParseInstruction()720 PatchedName = IsVCMP ? "vcmppd" : "cmppd"; in ParseInstruction()
2181 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() local2182 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction()2233 if (ComparisonCode != ~0U && (IsVCMP || ComparisonCode < 8)) { in ParseInstruction()
2314 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() local2315 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction()2366 if (ComparisonCode != ~0U && (IsVCMP || ComparisonCode < 8)) { in ParseInstruction()