/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | ARMDefines.h | 57 #define COND_GE \ macro 93 case COND_GE: in ARMCondCodeToString() 135 case COND_GE: in ARMConditionPassed()
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 180 case AVRCC::COND_GE: in getBrCond() 212 return AVRCC::COND_GE; in getCondFromBranchOpc() 230 case AVRCC::COND_GE: in getOppositeCondition() 233 return AVRCC::COND_GE; in getOppositeCondition()
|
D | AVRInstrInfo.h | 35 COND_GE, //!< Greater than or equal enumerator
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430.h | 28 COND_GE = 4, enumerator
|
D | MSP430InstrInfo.cpp | 144 CC = MSP430CC::COND_GE; in ReverseBranchCondition() 146 case MSP430CC::COND_GE: in ReverseBranchCondition()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430.h | 27 COND_GE = 4, enumerator
|
D | MSP430InstrInfo.cpp | 146 CC = MSP430CC::COND_GE; in reverseBranchCondition() 148 case MSP430CC::COND_GE: in reverseBranchCondition()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430.h | 27 COND_GE = 4, enumerator
|
D | MSP430InstrInfo.cpp | 146 CC = MSP430CC::COND_GE; in reverseBranchCondition() 148 case MSP430CC::COND_GE: in reverseBranchCondition()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 202 case AVRCC::COND_GE: in getBrCond() 234 return AVRCC::COND_GE; in getCondFromBranchOpc() 252 case AVRCC::COND_GE: in getOppositeCondition() 255 return AVRCC::COND_GE; in getOppositeCondition()
|
D | AVRInstrInfo.h | 34 COND_GE, //!< Greater than or equal enumerator
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 202 case AVRCC::COND_GE: in getBrCond() 234 return AVRCC::COND_GE; in getCondFromBranchOpc() 252 case AVRCC::COND_GE: in getOppositeCondition() 255 return AVRCC::COND_GE; in getOppositeCondition()
|
D | AVRInstrInfo.h | 34 COND_GE, //!< Greater than or equal enumerator
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 109 case MSP430CC::COND_GE: in printCCOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430InstPrinter.cpp | 128 case MSP430CC::COND_GE: in printCCOperand()
|
D | MSP430MCCodeEmitter.cpp | 195 case MSP430CC::COND_GE: return 5; in getCCOpValue()
|
/external/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430InstPrinter.cpp | 128 case MSP430CC::COND_GE: in printCCOperand()
|
D | MSP430MCCodeEmitter.cpp | 195 case MSP430CC::COND_GE: return 5; in getCCOpValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CondBrFolding.cpp | 519 case X86::COND_GE: in analyzeMBB() 554 case X86::COND_GE: in analyzeMBB()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 89 COND_GE = 13, enumerator 300 case X86::COND_GE: in classifySecondCondCodeInMacroFusion()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 94 COND_GE = 13, enumerator 305 case X86::COND_GE: in classifySecondCondCodeInMacroFusion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/ |
D | MSP430Disassembler.cpp | 331 case 5: return MSP430CC::COND_GE; in getCondCode()
|
/external/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
D | MSP430Disassembler.cpp | 331 case 5: return MSP430CC::COND_GE; in getCondCode()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 40 COND_GE = 6, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 330 CondCode = MSP430CC::COND_GE; in parseJccInstruction()
|