Searched refs:USItype (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/lib/crypto/mpi/ |
| H A D | longlong.h | 122 "rI" ((USItype)(bl))) 150 "r" ((USItype)(d))) 212 "r" ((USItype)(b)) \ 221 "r" ((USItype)(b)) \ 293 "g" ((USItype)(d))) 340 do { USItype __r; \ 581 : "=&d" ((USItype)(xh)), "=&d" ((USItype)(xl)), \ 583 : "%2" ((USItype)(a)), "d" ((USItype)(b))); \ 980 "r" ((USItype)(v))) 985 USItype __q; \ [all …]
|
| H A D | mpi-internal.h | 210 typedef unsigned int USItype __attribute__ ((mode(SI))); typedef 216 typedef unsigned long USItype; typedef
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | sfp-machine_32.h | 86 "rI" ((USItype)(y2)), \ 88 "rI" ((USItype)(y1)), \ 90 "rI" ((USItype)(y0)) \ 101 "rI" ((USItype)(y2)), \ 103 "rI" ((USItype)(y1)), \ 105 "rI" ((USItype)(y0)) \ 127 "rI" ((USItype)(y0)) \ 152 "rI" ((USItype)(y0)) \ 171 : "rI" ((USItype)(i)), \ 172 "0" ((USItype)(x3)), \ [all …]
|
| /linux-6.15/arch/sparc/math-emu/ |
| H A D | sfp-util_32.h | 12 : "%rJ" ((USItype)(ah)), \ 13 "rI" ((USItype)(bh)), \ 14 "%rJ" ((USItype)(al)), \ 15 "rI" ((USItype)(bl)) \ 22 : "rJ" ((USItype)(ah)), \ 23 "rI" ((USItype)(bh)), \ 24 "rJ" ((USItype)(al)), \ 25 "rI" ((USItype)(bl)) \ 72 "r" ((USItype)(v)) \ 104 : "r" ((USItype)(d)), \ [all …]
|
| H A D | sfp-util_64.h | 80 __d0 = (USItype)d; \ 98 __r0 = (__r0 << 32) | ((USItype)n0); \
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | sfp-machine.h | 221 else if (__builtin_constant_p (bh) && (bh) == ~(USItype) 0) \ 244 else if (__builtin_constant_p (ah) && (ah) == ~(USItype) 0) \ 250 else if (__builtin_constant_p (bh) && (bh) == ~(USItype) 0) \ 267 USItype __m0 = (m0), __m1 = (m1); \
|
| /linux-6.15/include/math-emu/ |
| H A D | soft-fp.h | 195 typedef unsigned int USItype __attribute__((mode(SI))); typedef 200 typedef USItype UHWtype;
|