HomeSort by: relevance | last modified time | path
    Searched defs:CC2 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/avr/
lib1funcs-fixed.S 523 #define CC2 16
588 push CC2
592 wmov CC2, CC0
601 add CC0,A0 $ adc CC1,A1 $ adc CC2,A2 $ adc CC3,A3
622 add B3,B2 $ adc CC0,A0 $ adc CC1,A1 $ adc CC2,A2 $ adc CC3,A3
639 wmov C2, CC2
652 pop CC2
675 #undef CC2
lib1funcs.S 372 #define CC2 30
373 #define CC3 CC2+1
420 wmov CC2, A2
421 sub CC2, B0
448 clr CC2
460 add CC0,B0 $ adc CC1,B1 $ adc CC2,B2 $ adc CC3,B3
477 wmov C2, CC2
501 #undef CC2
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
lib1funcs-fixed.S 523 #define CC2 16
588 push CC2
592 wmov CC2, CC0
601 add CC0,A0 $ adc CC1,A1 $ adc CC2,A2 $ adc CC3,A3
622 add B3,B2 $ adc CC0,A0 $ adc CC1,A1 $ adc CC2,A2 $ adc CC3,A3
639 wmov C2, CC2
652 pop CC2
675 #undef CC2
lib1funcs.S 367 #define CC2 30
368 #define CC3 CC2+1
415 wmov CC2, A2
416 sub CC2, B0
443 clr CC2
455 add CC0,B0 $ adc CC1,B1 $ adc CC2,B2 $ adc CC3,B3
472 wmov C2, CC2
496 #undef CC2
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 612 ARMCC::CondCodes CC2 = (ARMCC::CondCodes)Pred2[0].getImm();
613 if (CC1 == CC2)
622 return CC2 == ARMCC::HI;
624 return CC2 == ARMCC::LO || CC2 == ARMCC::EQ;
626 return CC2 == ARMCC::GT;
628 return CC2 == ARMCC::LT;
ARMISelLowering.cpp 5059 ISD::CondCode CC2 = cast<CondCodeSDNode>(Op2.getOperand(4))->get();
5068 !((isGTorGE(CC1) && isLTorLE(CC2)) || (isLTorLE(CC1) && isGTorGE(CC2))))
5082 if (!((Val1 > Val2 && isLTorLE(CC1)) || (Val1 < Val2 && isLTorLE(CC2))) ||
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 1494 CC1 and CC2 for mixed selected bits (TMxx), it is false
1516 /* Exactly two bits selected, mixed zeroes and ones: CC1 or CC2. e.g.:
1987 const int CC2 = 1 << 1;
2004 case NE: return CC1 | CC2 | CC3;
2013 case NE: return CC0 | CC2 | CC3;
2021 case EQ: return CC2;
2031 case NE: return CC0 | CC1 | CC2;
2039 case EQ: return CC0 | CC2;
2048 case LTU: return CC2 | CC3; /* carry */
2058 case LEU: return CC2 | CC3; /* no borrow *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 1550 CC1 and CC2 for mixed selected bits (TMxx), it is false
1572 /* Exactly two bits selected, mixed zeroes and ones: CC1 or CC2. e.g.:
2134 const int CC2 = 1 << 1;
2151 case NE: return CC1 | CC2 | CC3;
2160 case NE: return CC0 | CC2 | CC3;
2168 case EQ: return CC2;
2178 case NE: return CC0 | CC1 | CC2;
2186 case EQ: return CC0 | CC2;
2195 case LTU: return CC2 | CC3; /* carry */
2205 case LEU: return CC2 | CC3; /* no borrow *
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 6708 AArch64CC::CondCode CC1, CC2;
6709 changeFPCCToAArch64CC(CC, CC1, CC2);
6713 if (CC2 != AArch64CC::AL) {
6714 SDValue CC2Val = DAG.getConstant(CC2, dl, MVT::i32);
6935 AArch64CC::CondCode CC1, CC2;
6936 changeFPCCToAArch64CC(CC, CC1, CC2);
6938 if (CC2 == AArch64CC::AL) {
6940 CC2);
6958 SDValue CC2Val = DAG.getConstant(CC2, dl, MVT::i32);
7130 AArch64CC::CondCode CC1, CC2;
    [all...]

Completed in 71 milliseconds