Searched refs:sim_fpu_status_overflow (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/or1k/
H A Dtraps.c70 if (status & sim_fpu_status_overflow)
/netbsd-current/external/gpl3/gdb/dist/sim/or1k/
H A Dtraps.c74 if (status & sim_fpu_status_overflow)
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-fpu.h152 sim_fpu_status_overflow = 8192, enumerator in enum:__anon2470
H A Dsim-fpu.c795 return (sim_fpu_status_overflow | sim_fpu_status_inexact);
2628 case sim_fpu_status_overflow:
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-fpu.h154 sim_fpu_status_overflow = 8192, enumerator in enum:__anon1907
H A Dsim-fpu.c793 return (sim_fpu_status_overflow | sim_fpu_status_inexact);
2605 case sim_fpu_status_overflow:
/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A Dinterp.c608 if ((stat & sim_fpu_status_overflow)
617 else if (stat & ~ (sim_fpu_status_overflow
/netbsd-current/external/gpl3/gdb/dist/sim/mn10300/
H A Dinterp.c601 if ((stat & sim_fpu_status_overflow)
610 else if (stat & ~ (sim_fpu_status_overflow
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dfpu-tst.c53 case sim_fpu_status_overflow:
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dfpu-tst.c53 case sim_fpu_status_overflow:
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dtraps.c969 if (status & sim_fpu_status_overflow)
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dtraps.c976 if (status & sim_fpu_status_overflow)
/netbsd-current/external/gpl3/gdb.old/dist/sim/v850/
H A Dsimops.c2856 sim_fpu_status_overflow = 4096, I--O-
2870 | sim_fpu_status_overflow
2898 && (status & sim_fpu_status_overflow))
/netbsd-current/external/gpl3/gdb/dist/sim/v850/
H A Dsimops.c2806 sim_fpu_status_overflow = 4096, I--O-
2820 | sim_fpu_status_overflow
2848 && (status & sim_fpu_status_overflow))
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dcp1.c445 if (status & sim_fpu_status_overflow)
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dcp1.c456 if (status & sim_fpu_status_overflow)

Completed in 394 milliseconds