Home
last modified time | relevance | path

Searched refs:COND_VS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h47 #define COND_VS \ macro
85 case COND_VS: in ARMCondCodeToString()
127 case COND_VS: in ARMConditionPassed()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h44 COND_VS = 9, // Overflow Set enumerator
79 return M68k::COND_VS; in GetOppositeBranchCondition()
80 case M68k::COND_VS: in GetOppositeBranchCondition()
125 case M68k::COND_VS: in GetCondBranchFromCond()
161 return M68k::COND_VS; in GetCondFromBranchOpc()
H A DM68kISelLowering.cpp1580 CC = M68k::COND_VS; in lowerOverflowArithmetic()
1588 CC = M68k::COND_VS; in lowerOverflowArithmetic()
1598 CC = M68k::COND_VS; in lowerOverflowArithmetic()
1604 CC = M68k::COND_VS; in lowerOverflowArithmetic()
1887 case M68k::COND_VS: in EmitTest()
2498 case M68k::COND_VS: in LowerBRCOND()
H A DM68kInstrInfo.cpp77 return M68k::COND_VS; in getCondFromBranchOpc()