HomeSort by relevance Sort by last modified time
    Searched refs:MSP430CC (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.cpp 96 case MSP430CC::COND_E:
99 case MSP430CC::COND_NE:
102 case MSP430CC::COND_HS:
105 case MSP430CC::COND_LO:
108 case MSP430CC::COND_GE:
111 case MSP430CC::COND_L:
  /external/llvm/lib/Target/MSP430/
MSP430.h 21 namespace MSP430CC {
MSP430InstrInfo.cpp 133 MSP430CC::CondCodes CC = static_cast<MSP430CC::CondCodes>(Cond[0].getImm());
137 case MSP430CC::COND_E:
138 CC = MSP430CC::COND_NE;
140 case MSP430CC::COND_NE:
141 CC = MSP430CC::COND_E;
143 case MSP430CC::COND_L:
144 CC = MSP430CC::COND_GE;
146 case MSP430CC::COND_GE:
147 CC = MSP430CC::COND_L
    [all...]
MSP430ISelLowering.cpp 818 MSP430CC::CondCodes TCC = MSP430CC::COND_INVALID;
822 TCC = MSP430CC::COND_E; // aka COND_Z
829 TCC = MSP430CC::COND_NE; // aka COND_N
    [all...]

Completed in 458 milliseconds