Searched refs:CC2 (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/cachegrind/
H A Dcg_diff.in294 my $CC2 = $CCs2->{$filefuncname};
295 if (not defined $CC2) {
296 $CC2 = [];
297 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1
298 $CCs2->{$filefuncname} = $CC2;
300 sub_array_b_from_a($CC2, $CC1); # CC2 -= CC1
/external/libexif/libexif/pentax/
H A Dmnote-pentax-entry.c57 #define CC2(number,t1,t2,v,maxlen) \ macro
342 CC2 (entry->components, 1, 2, val, maxlen);
366 CC2 (entry->components, 1, 2, val, maxlen);
417 CC2 (entry->components, 3, 4, val, maxlen);
/external/libexif/libexif/olympus/
H A Dmnote-olympus-entry.c68 #define CC2(number,t1,t2,v,maxlen) \ macro
658 CC2 (entry->components, 5, 8, v, maxlen);
667 CC2 (entry->components, 52, 60, v, maxlen);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2942 AArch64CC::CondCode CC1, CC2; local
2943 changeFPCCToAArch64CC(CC, CC1, CC2);
2947 if (CC2 != AArch64CC::AL) {
2948 SDValue CC2Val = DAG.getConstant(CC2, MVT::i32);
3122 AArch64CC::CondCode CC1, CC2; local
3123 changeFPCCToAArch64CC(CC, CC1, CC2);
3124 if (CC2 == AArch64CC::AL) {
3125 changeFPCCToAArch64CC(ISD::getSetCCInverse(CC, false), CC1, CC2); local
3143 SDValue CC2Val = DAG.getConstant(CC2, MVT::i32);
3375 AArch64CC::CondCode CC1, CC2; local
5938 AArch64CC::CondCode CC1, CC2; local
[all...]
/external/libexif/libexif/canon/
H A Dmnote-canon-entry.c57 #define CC2(number,t1,t2,v,maxlen) \ macro
700 /* CC2 (entry->components, 24, 32, val, maxlen); Can also be 22 */
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp486 ARMCC::CondCodes CC2 = (ARMCC::CondCodes)Pred2[0].getImm(); local
487 if (CC1 == CC2)
496 return CC2 == ARMCC::HI;
498 return CC2 == ARMCC::LO || CC2 == ARMCC::EQ;
500 return CC2 == ARMCC::GT;
502 return CC2 == ARMCC::LT;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1679 ISD::CondCode CC1 = ISD::SETCC_INVALID, CC2 = ISD::SETCC_INVALID;
1687 CC1 = ISD::SETOEQ; CC2 = ISD::SETOEQ; Opc = ISD::AND; break;
1692 CC1 = ISD::SETUNE; CC2 = ISD::SETUNE; Opc = ISD::OR; break;
1709 CC2 = ((unsigned)CCCode & 0x8U) ? ISD::SETUO : ISD::SETO;
1739 // then the pattern is (LHS CC1 RHS) Opc (LHS CC2 RHS).
1741 SetCC2 = DAG.getSetCC(dl, VT, LHS, RHS, CC2);
1743 // Otherwise, the pattern is (LHS CC1 LHS) Opc (RHS CC2 RHS)
1745 SetCC2 = DAG.getSetCC(dl, VT, RHS, RHS, CC2);

Completed in 134 milliseconds