Home
last modified time | relevance | path

Searched refs:__ll_lowpart (Results 1 – 5 of 5) sorted by relevance

/arch/microblaze/lib/
Dmuldi3.c8 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) macro
18 __ul = __ll_lowpart(u); \
20 __vl = __ll_lowpart(v); \
34 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0);\
/arch/h8300/lib/
Dmuldi3.c4 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro
11 __ul = __ll_lowpart(u); \
13 __vl = __ll_lowpart(v); \
24 (w0) = __ll_lowpart(__x1) * __ll_B + __ll_lowpart(__x0); \
/arch/m68k/lib/
Dmuldi3.c22 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) macro
30 __ul = __ll_lowpart (u); \
32 __vl = __ll_lowpart (v); \
46 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
/arch/sh/math-emu/
Dsfp-util.h28 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro
36 __d0 = __ll_lowpart (d); \
54 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
/arch/powerpc/include/asm/
Dsfp-machine.h37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) macro
285 __d0 = __ll_lowpart (d); \
303 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \