Searched refs:IsVCMP (Results 1 – 2 of 2) sorted by relevance
509 static bool IsVCMP(unsigned Opcode) { return VCMPOpcodeToVPT(Opcode) != 0; } in IsVCMP() function537 assert(IsVCMP(Instr.getOpcode()) && "Inst must be a VCMP"); in GetCondCode()544 assert(IsVCMP(Cond.getOpcode()) && IsVCMP(Prev.getOpcode())); in IsVPNOTEquivalent()833 if (!IsVCMP(Instr.getOpcode())) { in ReplaceVCMPsByVPNOTs()
3132 bool IsVCMP = PatchedName[0] == 'v'; in ParseInstruction() local3133 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction()3184 if (CC != ~0U && (IsVCMP || CC < 8)) { in ParseInstruction()3186 PatchedName = IsVCMP ? "vcmpss" : "cmpss"; in ParseInstruction()3188 PatchedName = IsVCMP ? "vcmpsd" : "cmpsd"; in ParseInstruction()3190 PatchedName = IsVCMP ? "vcmpps" : "cmpps"; in ParseInstruction()3192 PatchedName = IsVCMP ? "vcmppd" : "cmppd"; in ParseInstruction()