/linux-4.4.14/lib/mpi/ |
D | longlong.h | 117 : "=r" ((USItype)(sh)), \ 118 "=&r" ((USItype)(sl)) \ 119 : "%r" ((USItype)(ah)), \ 120 "rI" ((USItype)(bh)), \ 121 "%r" ((USItype)(al)), \ 122 "rI" ((USItype)(bl))) 126 : "=r" ((USItype)(sh)), \ 127 "=&r" ((USItype)(sl)) \ 128 : "r" ((USItype)(ah)), \ 129 "rI" ((USItype)(bh)), \ [all …]
|
D | mpi-internal.h | 244 typedef unsigned int USItype __attribute__ ((mode(SI))); typedef 250 typedef unsigned long USItype; typedef
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | sfp-machine.h | 220 : "=r" ((USItype)(sh)), \ 221 "=&r" ((USItype)(sl)) \ 222 : "%r" ((USItype)(ah)), \ 223 "%r" ((USItype)(al)), \ 224 "rI" ((USItype)(bl))); \ 225 else if (__builtin_constant_p (bh) && (bh) ==~(USItype) 0) \ 227 : "=r" ((USItype)(sh)), \ 228 "=&r" ((USItype)(sl)) \ 229 : "%r" ((USItype)(ah)), \ 230 "%r" ((USItype)(al)), \ [all …]
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | sfp-machine_32.h | 85 : "%rJ" ((USItype)(x2)), \ 86 "rI" ((USItype)(y2)), \ 87 "%rJ" ((USItype)(x1)), \ 88 "rI" ((USItype)(y1)), \ 89 "%rJ" ((USItype)(x0)), \ 90 "rI" ((USItype)(y0)) \ 100 : "%rJ" ((USItype)(x2)), \ 101 "rI" ((USItype)(y2)), \ 102 "%rJ" ((USItype)(x1)), \ 103 "rI" ((USItype)(y1)), \ [all …]
|
/linux-4.4.14/arch/sparc/math-emu/ |
D | sfp-util_32.h | 11 : "%rJ" ((USItype)(ah)), \ 12 "rI" ((USItype)(bh)), \ 13 "%rJ" ((USItype)(al)), \ 14 "rI" ((USItype)(bl)) \ 21 : "rJ" ((USItype)(ah)), \ 22 "rI" ((USItype)(bh)), \ 23 "rJ" ((USItype)(al)), \ 24 "rI" ((USItype)(bl)) \ 70 : "%rI" ((USItype)(u)), \ 71 "r" ((USItype)(v)) \ [all …]
|
D | sfp-util_64.h | 79 __d0 = (USItype)d; \ 97 __r0 = (__r0 << 32) | ((USItype)n0); \
|
/linux-4.4.14/arch/m68k/lib/ |
D | muldi3.c | 22 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) 23 #define __ll_highpart(t) ((USItype) (t) / __ll_B) 27 USItype __x0, __x1, __x2, __x3; \ 28 USItype __ul, __vl, __uh, __vh; \ 35 __x0 = (USItype) __ul * __vl; \ 36 __x1 = (USItype) __ul * __vh; \ 37 __x2 = (USItype) __uh * __vl; \ 38 __x3 = (USItype) __uh * __vh; \ 53 : "=d" ((USItype)(w0)), \ 54 "=d" ((USItype)(w1)) \ [all …]
|
D | ashldi3.c | 19 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 47 w.s.high = (USItype)uu.s.low << -bm; in __ashldi3() 51 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3() 52 w.s.low = (USItype)uu.s.low << b; in __ashldi3() 53 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|
D | lshrdi3.c | 19 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 47 w.s.low = (USItype)uu.s.high >> -bm; in __lshrdi3() 51 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() 52 w.s.high = (USItype)uu.s.high >> b; in __lshrdi3() 53 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashrdi3.c | 19 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 52 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() 54 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-4.4.14/arch/mn10300/lib/ |
D | lshrdi3.c | 24 typedef unsigned int USItype __attribute__((mode(SI))); typedef 52 w.s.low = (USItype) uu.s.high >> -bm; in __lshrdi3() 54 USItype carries = (USItype) uu.s.high << bm; in __lshrdi3() 55 w.s.high = (USItype) uu.s.high >> b; in __lshrdi3() 56 w.s.low = ((USItype) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashrdi3.c | 24 typedef unsigned int USItype __attribute__((mode(SI))); typedef 55 USItype carries = (USItype)uu.s.high << bm; in __ashrdi3() 57 w.s.low = ((USItype)uu.s.low >> b) | carries; in __ashrdi3()
|
/linux-4.4.14/arch/blackfin/lib/ |
D | lshrdi3.c | 27 w.s.low = (USItype) uu.s.high >> -bm; in __lshrdi3() 29 USItype carries = (USItype) uu.s.high << bm; in __lshrdi3() 30 w.s.high = (USItype) uu.s.high >> b; in __lshrdi3() 31 w.s.low = ((USItype) uu.s.low >> b) | carries; in __lshrdi3()
|
D | ashldi3.c | 27 w.s.high = (USItype) uu.s.low << -bm; in __ashldi3() 29 USItype carries = (USItype) uu.s.low >> bm; in __ashldi3() 30 w.s.low = (USItype) uu.s.low << b; in __ashldi3() 31 w.s.high = ((USItype) uu.s.high << b) | carries; in __ashldi3()
|
D | ashrdi3.c | 30 USItype carries = (USItype) uu.s.high << bm; in __ashrdi3() 32 w.s.low = ((USItype) uu.s.low >> b) | carries; in __ashrdi3()
|
D | gcclib.h | 12 typedef unsigned int USItype __attribute__ ((mode(SI))); typedef
|
/linux-4.4.14/arch/h8300/lib/ |
D | libgcc.h | 50 #define UWtype USItype 52 #define UHWtype USItype 55 #define UWtype USItype 57 #define UWtype USItype 62 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef
|
/linux-4.4.14/include/math-emu/ |
D | soft-fp.h | 195 typedef unsigned int USItype __attribute__((mode(SI))); typedef 200 typedef USItype UHWtype;
|