Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/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.cpp1686 case M68k::COND_VC: { in EmitTest()
/openbsd/gnu/usr.bin/binutils/include/opcode/
H A Darm.h59 #define COND_VC 7 macro
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp92 #define COND_VC 0x7 macro
843 case COND_VC: // (0x7) in ConditionPassed()