Searched refs:__d1 (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/charset/
H A Dasm2.c13 register unsigned long int __d0, __d1, __d2; local
19 : "=&c" (__d0), "=&S" (__d1), "=&D" (__d2)
28 : "=&c" (__d0), "=&S" (__d1), "=&D" (__d2)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/charset/
H A Dasm3.c13 register unsigned long int __d0, __d1, __d2; local
19 : "=&c" (__d0), "=&S" (__d1), "=&D" (__d2)
28 : "=&c" (__d0), "=&S" (__d1), "=&D" (__d2)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dstrinline.c9 register unsigned long int __d0, __d1; local
23 : "=&q" (__d0), "=r" (__tmp), "=&r" (__src), "=&r" (__d1),
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/avr/
H A Dtiny-caller-save.c45 USItype __d1, __d0, __q1, __q0; local
47 __d1 = ((USItype) (d1) >> 16);
49 __r1 = (n2) % __d1;
50 __q1 = (n2) / __d1;
53 __q0 = __r1 / __d1;
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixinc.x86-linux-gnu46 int __d0, __d1; \
48 : "=&c" (__d0), "=&D" (__d1) \
83 int __d0, __d1; \
85 : "=&c" (__d0), "=&D" (__d1) \
118 int __d0, __d1; \
120 : "=&c" (__d0), "=&D" (__d1) \
H A Dinclhack.def49 int __d0, __d1; \
51 : "=&c" (__d0), "=&D" (__d1) \
87 int __d0, __d1; \\
89 : "=&c" (__d0), "=&D" (__d1) \\
127 int __d0, __d1; \\
129 : "=&c" (__d0), "=&D" (__d1) \\
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Drandom.h575 _UIntType1 __d1, size_t __s1,
582 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1,
601 _UIntType1 __d1, size_t __s1,
608 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1,
1660 operator!=(const std::uniform_int_distribution<_IntType>& __d1,
1662 { return !(__d1 == __d2); }
1848 operator==(const uniform_real_distribution& __d1,
1850 { return __d1._M_param == __d2._M_param; }
1869 operator!=(const std::uniform_real_distribution<_IntType>& __d1,
1871 { return !(__d1
3329 operator ==(const student_t_distribution& __d1, const student_t_distribution& __d2) argument
3388 operator !=(const std::student_t_distribution<_RealType>& __d1, const std::student_t_distribution<_RealType>& __d2) argument
3544 operator ==(const bernoulli_distribution& __d1, const bernoulli_distribution& __d2) argument
3564 operator !=(const std::bernoulli_distribution& __d1, const std::bernoulli_distribution& __d2) argument
3766 operator ==(const binomial_distribution& __d1, const binomial_distribution& __d2) argument
3830 operator !=(const std::binomial_distribution<_IntType>& __d1, const std::binomial_distribution<_IntType>& __d2) argument
3978 operator ==(const geometric_distribution& __d1, const geometric_distribution& __d2) argument
3999 operator !=(const std::geometric_distribution<_IntType>& __d1, const std::geometric_distribution<_IntType>& __d2) argument
4186 operator ==(const negative_binomial_distribution& __d1, const negative_binomial_distribution& __d2) argument
4244 operator !=(const std::negative_binomial_distribution<_IntType>& __d1, const std::negative_binomial_distribution<_IntType>& __d2) argument
4403 operator ==(const poisson_distribution& __d1, const poisson_distribution& __d2) argument
4460 operator !=(const std::poisson_distribution<_IntType>& __d1, const std::poisson_distribution<_IntType>& __d2) argument
4617 operator ==(const exponential_distribution& __d1, const exponential_distribution& __d2) argument
4638 operator !=(const std::exponential_distribution<_RealType>& __d1, const std::exponential_distribution<_RealType>& __d2) argument
4820 operator ==(const weibull_distribution& __d1, const weibull_distribution& __d2) argument
4841 operator !=(const std::weibull_distribution<_RealType>& __d1, const std::weibull_distribution<_RealType>& __d2) argument
5023 operator ==(const extreme_value_distribution& __d1, const extreme_value_distribution& __d2) argument
5044 operator !=(const std::extreme_value_distribution<_RealType>& __d1, const std::extreme_value_distribution<_RealType>& __d2) argument
5252 operator ==(const discrete_distribution& __d1, const discrete_distribution& __d2) argument
5304 operator !=(const std::discrete_distribution<_IntType>& __d1, const std::discrete_distribution<_IntType>& __d2) argument
5518 operator ==(const piecewise_constant_distribution& __d1, const piecewise_constant_distribution& __d2) argument
5571 operator !=(const std::piecewise_constant_distribution<_RealType>& __d1, const std::piecewise_constant_distribution<_RealType>& __d2) argument
5788 operator ==(const piecewise_linear_distribution& __d1, const piecewise_linear_distribution& __d2) argument
5841 operator !=(const std::piecewise_linear_distribution<_RealType>& __d1, const std::piecewise_linear_distribution<_RealType>& __d2) argument
[all...]
H A Duniform_int_dist.h199 operator==(const uniform_int_distribution& __d1, argument
201 { return __d1._M_param == __d2._M_param; }
H A Dstl_algobase.h1139 auto __d1 = std::distance(__first1, __last1); local
1141 if (__d1 != __d2)
1185 auto __d1 = std::distance(__first1, __last1); local
1187 if (__d1 != __d2)
H A Dstl_algo.h3601 auto __d1 = std::distance(__first1, __last1); local
3603 if (__d1 != __d2)
3621 auto __d1 = std::distance(__first1, __last1); local
3623 if (__d1 == 0 && __d2 == 0)
3625 if (__d1 != __d2)
/haiku-buildtools/legacy/gcc/gcc/
H A Dlonglong.h1180 USItype __d1, __d0, __q1, __q0; \
1182 __d1 = __ll_highpart (d); \
1185 __r1 = (n1) % __d1; \
1186 __q1 = (n1) / __d1; \
1198 __r0 = __r1 % __d1; \
1199 __q0 = __r1 / __d1; \
/haiku-buildtools/gcc/gmp/
H A Dlonglong.h1970 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
1975 __d1 = __ll_highpart (d); \
1978 __q1 = (n1) / __d1; \
1979 __r1 = (n1) - __q1 * __d1; \
1991 __q0 = __r1 / __d1; \
1992 __r0 = __r1 - __q0 * __d1; \
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-longlong.h1817 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
1822 __d1 = __ll_highpart (d); \
1825 __q1 = (n1) / __d1; \
1826 __r1 = (n1) - __q1 * __d1; \
1838 __q0 = __r1 / __d1; \
1839 __r0 = __r1 - __q0 * __d1; \
/haiku-buildtools/gcc/include/
H A Dlonglong.h1654 UWtype __d1, __d0, __q1, __q0; \
1656 __d1 = __ll_highpart (d); \
1659 __r1 = (n1) % __d1; \
1660 __q1 = (n1) / __d1; \
1672 __r0 = __r1 % __d1; \
1673 __q0 = __r1 / __d1; \
/haiku-buildtools/binutils/include/
H A Dlonglong.h1682 UWtype __d1, __d0, __q1, __q0; \
1684 __d1 = __ll_highpart (d); \
1687 __r1 = (n1) % __d1; \
1688 __q1 = (n1) / __d1; \
1700 __r0 = __r1 % __d1; \
1701 __q0 = __r1 / __d1; \
/haiku-buildtools/gcc/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S898 ! __d1 = ((USItype) (d) >> ((4 * 8) / 2));
900 ! __r1 = (n1) % __d1;
901 ! __q1 = (n1) / __d1;
950 ! __r0 = __r1 % __d1;
951 ! __q0 = __r1 / __d1;
959 divr $r7, $r10, $r10, $r7 !$r7 <- r1/__d1=__q0,$r10 <- r1%__d1=__r0
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml2193 poly64_t __d1 = vld1_p64 (__ptmp + 1);
2194 return vreinterpretq_p128_p64 (vcombine_p64 (__d1, __d0));
2206 poly64_t __d1 = vget_low_p64 (__tmp);
2207 vst1q_p64 ((poly64_t*) __ptr, vcombine_p64 (__d0, __d1));
H A Darm_neon.h13697 poly64_t __d1 = vld1_p64 (__ptmp + 1); local
13698 return vreinterpretq_p128_p64 (vcombine_p64 (__d1, __d0));
13710 poly64_t __d1 = vget_low_p64 (__tmp); local
13711 vst1q_p64 ((poly64_t*) __ptr, vcombine_p64 (__d0, __d1));

Completed in 731 milliseconds