Lines Matching +full:machine +full:- +full:mode
1 /* Software floating-point emulation.
22 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
27 #include <asm/sfp-machine.h>
29 /* Allow sfp-machine to have its own byte order definitions. */
57 /* inf - inf */
112 * sfp-machine may override this and e.g.
183 #include <math-emu/op-1.h>
184 #include <math-emu/op-2.h>
185 #include <math-emu/op-4.h>
186 #include <math-emu/op-8.h>
187 #include <math-emu/op-common.h>
193 typedef int SItype __attribute__((mode(SI)));
194 typedef int DItype __attribute__((mode(DI)));
195 typedef unsigned int USItype __attribute__((mode(SI)));
196 typedef unsigned int UDItype __attribute__((mode(DI)));
198 typedef unsigned int UHWtype __attribute__((mode(HI)));