__r1 130 arch/nds32/include/asm/sfp-machine.h UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \ __r1 134 arch/nds32/include/asm/sfp-machine.h __r1 = (n1) % __d1; \ __r1 137 arch/nds32/include/asm/sfp-machine.h __r1 = __r1 * __ll_B | __ll_highpart(n0); \ __r1 138 arch/nds32/include/asm/sfp-machine.h if (__r1 < __m) { \ __r1 139 arch/nds32/include/asm/sfp-machine.h __q1--, __r1 += (d); \ __r1 140 arch/nds32/include/asm/sfp-machine.h if (__r1 >= (d)) \ __r1 141 arch/nds32/include/asm/sfp-machine.h if (__r1 < __m) \ __r1 142 arch/nds32/include/asm/sfp-machine.h __q1--, __r1 += (d); \ __r1 144 arch/nds32/include/asm/sfp-machine.h __r1 -= __m; \ __r1 145 arch/nds32/include/asm/sfp-machine.h __r0 = __r1 % __d1; \ __r1 146 arch/nds32/include/asm/sfp-machine.h __q0 = __r1 / __d1; \ __r1 283 arch/powerpc/include/asm/sfp-machine.h UWtype __r1, __r0, __m; \ __r1 287 arch/powerpc/include/asm/sfp-machine.h __r1 = (n1) % __d1; \ __r1 290 arch/powerpc/include/asm/sfp-machine.h __r1 = __r1 * __ll_B | __ll_highpart (n0); \ __r1 291 arch/powerpc/include/asm/sfp-machine.h if (__r1 < __m) \ __r1 293 arch/powerpc/include/asm/sfp-machine.h __q1--, __r1 += (d); \ __r1 294 arch/powerpc/include/asm/sfp-machine.h if (__r1 >= (d)) /* i.e. we didn't get carry when adding to __r1 */\ __r1 295 arch/powerpc/include/asm/sfp-machine.h if (__r1 < __m) \ __r1 296 arch/powerpc/include/asm/sfp-machine.h __q1--, __r1 += (d); \ __r1 298 arch/powerpc/include/asm/sfp-machine.h __r1 -= __m; \ __r1 300 arch/powerpc/include/asm/sfp-machine.h __r0 = __r1 % __d1; \ __r1 301 arch/powerpc/include/asm/sfp-machine.h __q0 = __r1 / __d1; \ __r1 35 arch/sh/math-emu/sfp-util.h UWtype __r1, __r0, __m; \ __r1 39 arch/sh/math-emu/sfp-util.h __r1 = (n1) % __d1; \ __r1 42 arch/sh/math-emu/sfp-util.h __r1 = __r1 * __ll_B | __ll_highpart (n0); \ __r1 43 arch/sh/math-emu/sfp-util.h if (__r1 < __m) \ __r1 45 arch/sh/math-emu/sfp-util.h __q1--, __r1 += (d); \ __r1 46 arch/sh/math-emu/sfp-util.h if (__r1 >= (d)) /* i.e. we didn't get carry when adding to __r1 */\ __r1 47 arch/sh/math-emu/sfp-util.h if (__r1 < __m) \ __r1 48 arch/sh/math-emu/sfp-util.h __q1--, __r1 += (d); \ __r1 50 arch/sh/math-emu/sfp-util.h __r1 -= __m; \ __r1 52 arch/sh/math-emu/sfp-util.h __r0 = __r1 % __d1; \ __r1 53 arch/sh/math-emu/sfp-util.h __q0 = __r1 / __d1; \ __r1 78 arch/sparc/math-emu/sfp-util_64.h UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \ __r1 82 arch/sparc/math-emu/sfp-util_64.h __r1 = (n1) % __d1; \ __r1 85 arch/sparc/math-emu/sfp-util_64.h __r1 = (__r1 << 32) | (n0 >> 32); \ __r1 86 arch/sparc/math-emu/sfp-util_64.h if (__r1 < __m) \ __r1 88 arch/sparc/math-emu/sfp-util_64.h __q1--, __r1 += (d); \ __r1 89 arch/sparc/math-emu/sfp-util_64.h if (__r1 >= (d)) /* i.e. we didn't get carry when adding to __r1 */ \ __r1 90 arch/sparc/math-emu/sfp-util_64.h if (__r1 < __m) \ __r1 91 arch/sparc/math-emu/sfp-util_64.h __q1--, __r1 += (d); \ __r1 93 arch/sparc/math-emu/sfp-util_64.h __r1 -= __m; \ __r1 95 arch/sparc/math-emu/sfp-util_64.h __r0 = __r1 % __d1; \ __r1 96 arch/sparc/math-emu/sfp-util_64.h __q0 = __r1 / __d1; \ __r1 1310 lib/mpi/longlong.h UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \ __r1 1314 lib/mpi/longlong.h __r1 = (n1) % __d1; \ __r1 1317 lib/mpi/longlong.h __r1 = __r1 * __ll_B | __ll_highpart(n0); \ __r1 1318 lib/mpi/longlong.h if (__r1 < __m) { \ __r1 1319 lib/mpi/longlong.h __q1--, __r1 += (d); \ __r1 1320 lib/mpi/longlong.h if (__r1 >= (d)) /* i.e. we didn't get carry when adding to __r1 */ \ __r1 1321 lib/mpi/longlong.h if (__r1 < __m) \ __r1 1322 lib/mpi/longlong.h __q1--, __r1 += (d); \ __r1 1324 lib/mpi/longlong.h __r1 -= __m; \ __r1 1326 lib/mpi/longlong.h __r0 = __r1 % __d1; \ __r1 1327 lib/mpi/longlong.h __q0 = __r1 / __d1; \