Searched refs:USItype (Results 1 – 7 of 7) sorted by relevance
/linux/lib/crypto/mpi/ |
H A 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 …]
|
H A D | mpi-internal.h | 210 typedef unsigned int USItype __attribute__ ((mode(SI))); typedef 216 typedef unsigned long USItype; typedef
|
/linux/arch/sparc/include/asm/ |
H A 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/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)) \ 71 : "%rI" ((USItype)(u)), \ 72 "r" ((USItype)(v)) \ [all …]
|
H A D | sfp-util_64.h | 80 __d0 = (USItype)d; \ 98 __r0 = (__r0 << 32) | ((USItype)n0); \
|
/linux/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/include/math-emu/ |
H A D | soft-fp.h | 195 typedef unsigned int USItype __attribute__((mode(SI))); typedef 200 typedef USItype UHWtype;
|