Home
last modified time | relevance | path

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

/linux-4.19.296/lib/mpi/
Dlonglong.h243 struct {SItype __l, __h; } __i; \
247 : "%0" ((SItype)(u)), \
248 "r" ((SItype)(v))); \
364 (xh) += ((((SItype) __m0 >> 31) & __m1) \
365 + (((SItype) __m1 >> 31) & __m0)); \
798 SItype __m0 = (m0), __m1 = (m1); \
800 : "=r" ((SItype) ph) \
816 (xh) += ((((SItype) __m0 >> 31) & __m1) \
817 + (((SItype) __m1 >> 31) & __m0)); \
822 : "=r" ((SItype)(xh)), \
[all …]
Dmpi-internal.h178 typedef int SItype __attribute__ ((mode(SI))); typedef
184 typedef long SItype; typedef
/linux-4.19.296/include/math-emu/
Dsoft-fp.h193 typedef int SItype __attribute__((mode(SI))); typedef