Searched refs:IsVCMP (Results 1 – 2 of 2) sorted by relevance
545 static bool IsVCMP(unsigned Opcode) { return VCMPOpcodeToVPT(Opcode) != 0; } in IsVCMP() function573 assert(IsVCMP(Instr.getOpcode()) && "Inst must be a VCMP"); in GetCondCode()580 assert(IsVCMP(Cond.getOpcode()) && IsVCMP(Prev.getOpcode())); in IsVPNOTEquivalent()872 if (!IsVCMP(Instr.getOpcode())) { in ReplaceVCMPsByVPNOTs()
3334 bool IsVCMP = PatchedName[0] == 'v'; in parseInstruction() local3335 unsigned CCIdx = IsVCMP ? 4 : 3; in parseInstruction()3387 if (CC != ~0U && (IsVCMP || CC < 8) && in parseInstruction()3388 (IsVCMP || PatchedName.back() != 'h')) { in parseInstruction()3390 PatchedName = IsVCMP ? "vcmpss" : "cmpss"; in parseInstruction()3392 PatchedName = IsVCMP ? "vcmpsd" : "cmpsd"; in parseInstruction()3394 PatchedName = IsVCMP ? "vcmpps" : "cmpps"; in parseInstruction()3396 PatchedName = IsVCMP ? "vcmppd" : "cmppd"; in parseInstruction()