Searched refs:GetCondFromBranchOpc (Results 1 – 3 of 3) sorted by relevance
133 static XCore::CondCode GetCondFromBranchOpc(unsigned BrOpc) in GetCondFromBranchOpc() function212 XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode()); in analyzeBranch()233 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); in analyzeBranch()
132 static inline M68k::CondCode GetCondFromBranchOpc(unsigned Opcode) { in GetCondFromBranchOpc() function
148 auto BranchCode = M68k::GetCondFromBranchOpc(Opcode); in AnalyzeBranchImpl()