Searched refs:FPSWBITS_FSUM (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Dcpu.h150 #define FPSWBITS_FSUM 0x80000000 macro
H A Dreg.c184 regs.r_fpsw |= FPSWBITS_FSUM;
186 regs.r_fpsw &= ~FPSWBITS_FSUM;
H A Dfpu.c71 regs.r_fpsw |= FPSWBITS_FSUM;
73 regs.r_fpsw &= ~FPSWBITS_FSUM;

Completed in 107 milliseconds