Home
last modified time | relevance | path

Searched refs:USItype (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/lib/mpi/
Dlonglong.h117 : "=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 …]
Dmpi-internal.h179 typedef unsigned int USItype __attribute__ ((mode(SI))); typedef
185 typedef unsigned long USItype; typedef
/linux-4.19.296/include/math-emu/
Dsoft-fp.h195 typedef unsigned int USItype __attribute__((mode(SI))); typedef
200 typedef USItype UHWtype;