Searched refs:USItype (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | muldi3.c | 13 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) 14 #define __ll_highpart(t) ((USItype) (t) / __ll_B) 18 USItype __x0, __x1, __x2, __x3; \ 19 USItype __ul, __vl, __uh, __vh; \ 26 __x0 = (USItype) __ul * __vl; \ 27 __x1 = (USItype) __ul * __vh; \ 28 __x2 = (USItype) __uh * __vl; \ 29 __x3 = (USItype) __uh * __vh; \ 46 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 67 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() [all …]
|
| H A D | lshrdi3.c | 13 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 40 w.s.low = (USItype)uu.s.high >> -bm; in __lshrdi3() 44 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() 45 w.s.high = (USItype)uu.s.high >> b; in __lshrdi3() 46 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
|
| H A D | ashldi3.c | 13 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 40 w.s.high = (USItype)uu.s.low << -bm; in __ashldi3() 44 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() 45 w.s.low = (USItype)uu.s.low << b; in __ashldi3() 46 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|
| /rk3399_rockchip-uboot/arch/microblaze/lib/ |
| H A D | muldi3.c | 13 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) 14 #define __ll_highpart(t) ((USItype) (t) / __ll_B) 20 USItype __x0, __x1, __x2, __x3; \ 21 USItype __ul, __vl, __uh, __vh; \ 28 __x0 = (USItype) __ul * __vl; \ 29 __x1 = (USItype) __ul * __vh; \ 30 __x2 = (USItype) __uh * __vl; \ 31 __x3 = (USItype) __uh * __vh; \ 50 typedef unsigned int USItype __attribute__ ((mode(SI))); typedef 71 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() [all …]
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | libgcc2.h | 40 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 71 #define UWtype USItype 73 #define UHWtype USItype 90 #define UDWtype USItype
|
| /rk3399_rockchip-uboot/arch/nios2/lib/ |
| H A D | libgcc.c | 14 typedef unsigned long USItype; typedef 460 static USItype 461 udivmodsi4(USItype num, USItype den, word_type modwanted) in udivmodsi4() 463 USItype bit = 1; in udivmodsi4() 464 USItype res = 0; in udivmodsi4() 546 USItype cnt = a; in __mulsi3()
|
| H A D | longlong.h | 29 #define UWtype USItype 30 #define UHWtype USItype 201 USItype __r; \
|