Searched refs:IsVCMP (Results 1 – 4 of 4) sorted by relevance
282 static bool IsVCMP(unsigned Opcode) { return VCMPOpcodeToVPT(Opcode) != 0; } in IsVCMP() function310 assert(IsVCMP(Instr.getOpcode()) && "Inst must be a VCMP"); in GetCondCode()317 assert(IsVCMP(Cond.getOpcode()) && IsVCMP(Prev.getOpcode())); in IsVPNOTEquivalent()606 if (!IsVCMP(Instr.getOpcode())) { in ReplaceVCMPsByVPNOTs()
2482 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() local2483 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction()2534 if (CC != ~0U && (IsVCMP || CC < 8)) { in ParseInstruction()2536 PatchedName = IsVCMP ? "vcmpss" : "cmpss"; in ParseInstruction()2538 PatchedName = IsVCMP ? "vcmpsd" : "cmpsd"; in ParseInstruction()2540 PatchedName = IsVCMP ? "vcmpps" : "cmpps"; in ParseInstruction()2542 PatchedName = IsVCMP ? "vcmppd" : "cmppd"; in ParseInstruction()
3129 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() local3130 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction()3181 if (CC != ~0U && (IsVCMP || CC < 8)) { in ParseInstruction()3183 PatchedName = IsVCMP ? "vcmpss" : "cmpss"; in ParseInstruction()3185 PatchedName = IsVCMP ? "vcmpsd" : "cmpsd"; in ParseInstruction()3187 PatchedName = IsVCMP ? "vcmpps" : "cmpps"; in ParseInstruction()3189 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()