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

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c1323 CC1 and CC2 for mixed selected bits (TMxx), it is false
1345 /* Exactly two bits selected, mixed zeroes and ones: CC1 or CC2. e.g.:
1808 const int CC2 = 1 << 1; local
1825 case NE: return CC1 | CC2 | CC3;
1834 case NE: return CC0 | CC2 | CC3;
1842 case EQ: return CC2;
1852 case NE: return CC0 | CC1 | CC2;
1860 case EQ: return CC0 | CC2;
1869 case LTU: return CC2 | CC3; /* carry */
1879 case LEU: return CC2 | CC
2102 const int CC2 = 1 << 1; local
[all...]
/haiku-buildtools/gcc/libgcc/config/avr/
H A Dlib1funcs.S371 #define CC2 30
372 #define CC3 CC2+1
419 wmov CC2, A2
420 sub CC2, B0
447 clr CC2
459 add CC0,B0 $ adc CC1,B1 $ adc CC2,B2 $ adc CC3,B3
476 wmov C2, CC2
500 #undef CC2
369 #define CC2 30 define

Completed in 114 milliseconds