Home
last modified time | relevance | path

Searched refs:__d0 (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dstring.c78 int __d0; \
85 "=D" (dst_bp), "=S" (src_bp), "=c" (__d0) : \
92 int __d0; \
99 "=D" (dst_bp), "=S" (src_bp), "=c" (__d0) : \
/OK3568_Linux_fs/kernel/arch/sparc/math-emu/
H A Dsfp-util_64.h78 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
80 __d0 = (USItype)d; \
84 __m = (UWtype) __q1 * __d0; \
97 __m = (UWtype) __q0 * __d0; \
/OK3568_Linux_fs/kernel/arch/sh/math-emu/
H A Dsfp-util.h34 UWtype __d1, __d0, __q1, __q0; \
37 __d0 = __ll_lowpart (d); \
41 __m = (UWtype) __q1 * __d0; \
54 __m = (UWtype) __q0 * __d0; \
/OK3568_Linux_fs/u-boot/arch/nios2/lib/
H A Dlonglong.h161 UWtype __d1, __d0, __q1, __q0; \
164 __d0 = __ll_lowpart (d); \
168 __m = (UWtype) __q1 * __d0; \
181 __m = (UWtype) __q0 * __d0; \
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dusercopy_32.c38 int __d0; \
52 : "=&c"(size), "=&D" (__d0) \
301 int __d0, __d1, __d2; \
327 : "=&c"(size), "=&D" (__d0), "=&S" (__d1), "=r"(__d2) \
H A Dusercopy_64.c19 long __d0; in __clear_user() local
44 : [size8] "=&c"(size), [dst] "=&D" (__d0) in __clear_user()
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dsfp-machine.h130 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
132 __d0 = __ll_lowpart(d); \
136 __m = (UWtype) __q1 * __d0; \
147 __m = (UWtype) __q0 * __d0; \
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsfp-machine.h282 UWtype __d1, __d0, __q1, __q0; \
285 __d0 = __ll_lowpart (d); \
289 __m = (UWtype) __q1 * __d0; \
302 __m = (UWtype) __q0 * __d0; \
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dposix_types.h75 int __d0, __d1; \
78 "=&c" (__d0), "=&D" (__d1) \
/OK3568_Linux_fs/kernel/arch/csky/lib/
H A Dusercopy.c167 int __d0, zvalue, tmp; \
216 : "=r"(size), "=r" (__d0), \
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dlonglong.h1310 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
1312 __d0 = __ll_lowpart(d); \
1316 __m = (UWtype) __q1 * __d0; \
1328 __m = (UWtype) __q0 * __d0; \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dratio174 static constexpr uintmax_t __d0 = __d % __c;
178 static constexpr uintmax_t __m = __q1x * __d0;
189 static constexpr uintmax_t __n = __q0x * __d0;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dratio174 static constexpr uintmax_t __d0 = __d % __c;
178 static constexpr uintmax_t __m = __q1x * __d0;
189 static constexpr uintmax_t __n = __q0x * __d0;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Darm_neon.h16872 poly64_t __d0 = vld1_p64 (__ptmp); in vldrq_p128() local
16874 return vreinterpretq_p128_p64 (vcombine_p64 (__d1, __d0)); in vldrq_p128()
16886 poly64_t __d0 = vget_high_p64 (__tmp); in vstrq_p128() local
16888 vst1q_p64 ((poly64_t*) __ptr, vcombine_p64 (__d0, __d1)); in vstrq_p128()