Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h49 #define COND_VC \ macro
87 case COND_VC: in ARMCondCodeToString()
129 case COND_VC: in ARMConditionPassed()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h43 COND_VC = 8, // Overflow Clear enumerator
78 case M68k::COND_VC: in GetOppositeBranchCondition()
81 return M68k::COND_VC; in GetOppositeBranchCondition()
127 case M68k::COND_VC: in GetCondBranchFromCond()
163 return M68k::COND_VC; in GetCondFromBranchOpc()
H A DM68kInstrInfo.cpp79 return M68k::COND_VC; in getCondFromBranchOpc()
H A DM68kISelLowering.cpp1888 case M68k::COND_VC: { in EmitTest()