Searched refs:FPESTART (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Darmos.h85 #define FPESTART 0x2000L macro
87 #define FPEOLDVECT FPESTART + 0x100L + 8L * 16L + 4L /* Stack + 8 regs + fpsr. */
H A Darmos.c148 ARMul_WriteWord (state, FPESTART + i, fpecode[i >> 2]);
151 for (i = FPESTART + fpesize;; i -= 4)
/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Darmos.h85 #define FPESTART 0x2000L macro
87 #define FPEOLDVECT FPESTART + 0x100L + 8L * 16L + 4L /* Stack + 8 regs + fpsr. */
H A Darmos.c151 ARMul_WriteWord (state, FPESTART + i, fpecode[i >> 2]);
154 for (i = FPESTART + fpesize;; i -= 4)

Completed in 139 milliseconds