HomeSort by relevance Sort by last modified time
    Searched defs:CondCodes (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430.h 23 enum CondCodes {
  /external/llvm/lib/Target/Sparc/
Sparc.h 37 enum CondCodes {
74 inline static const char *SPARCCondCodeToString(SPCC::CondCodes CC) {
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 27 // The CondCodes constants map directly to the 4-bit encoding of the
29 enum CondCodes { // Meaning (integer) Meaning (floating-point)
47 inline static CondCodes getOppositeCondition(CondCodes CC) {
68 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) {

Completed in 320 milliseconds