Searched refs:USItype (Results 1 – 3 of 3) sorted by relevance
/sysdeps/sparc/sparc32/ |
A D | sfp-machine.h | 77 : "=r" ((USItype)(r2)), \ 79 "=&r" ((USItype)(r0)) \ 81 "rI" ((USItype)(y2)), \ 83 "rI" ((USItype)(y1)), \ 85 "rI" ((USItype)(y0)) \ 92 : "=r" ((USItype)(r2)), \ 94 "=&r" ((USItype)(r0)) \ 100 "rI" ((USItype)(y0)) \ 122 "rI" ((USItype)(y0)) \ 147 "rI" ((USItype)(y0)) \ [all …]
|
/sysdeps/x86/fpu/ |
A D | sfp-machine.h | 57 : "=r" ((USItype) (r3)), \ 62 "g" ((USItype) (y3)), \ 64 "g" ((USItype) (y2)), \ 66 "g" ((USItype) (y1)), \ 68 "g" ((USItype) (y0))) 77 "g" ((USItype) (y2)), \ 79 "g" ((USItype) (y1)), \ 81 "g" ((USItype) (y0))) 98 "g" ((USItype) (y0))) 111 "g" ((USItype) (y0))) [all …]
|
/sysdeps/wordsize-32/ |
A D | divdi3.c | 29 typedef unsigned int USItype __attribute__ ((mode (SI))); typedef 35 #define UWtype USItype 36 #define UHWtype USItype
|
Completed in 5 milliseconds