Home
last modified time | relevance | path

Searched refs:sim_fpu_round_64 (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/testsuite/common/
Dfpu-tst.c132 flags |= sim_fpu_round_64 (&s, rounding_mode, 0); in syst_float32_to_float64()
361 flags |= sim_fpu_round_64 (&ans, rounding_mode, 0); in syst_float64_add()
387 flags |= sim_fpu_round_64 (&ans, rounding_mode, 0); in syst_float64_sub()
413 flags |= sim_fpu_round_64 (&ans, rounding_mode, 0); in syst_float64_mul()
440 flags |= sim_fpu_round_64 (&ans, rounding_mode, 0); in syst_float64_div()
464 flags |= sim_fpu_round_64 (&ans, rounding_mode, 0); in syst_float64_sqrt()
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Dcp1.c680 sim_fpu_round_64 (&wtemp, round, sim_fpu_denorm_default); in fp_rint()
854 status |= sim_fpu_round_64 (&ans, round, denorm); in fp_unary()
917 status |= sim_fpu_round_64 (&ans, round, denorm); in fp_binary()
1002 status |= sim_fpu_round_64 (&ans, round, denorm); in inner_mac()
1007 op_status |= sim_fpu_round_64 (&ans, round, denorm); in inner_mac()
1013 op_status |= sim_fpu_round_64 (&ans, round, denorm); in inner_mac()
1121 op_status |= sim_fpu_round_64 (&ans, round, denorm); in inner_fmac()
1197 status |= sim_fpu_round_64 (&ans, round, denorm); in inner_rsqrt()
1200 op_status |= sim_fpu_round_64 (&ans, round, denorm); in inner_rsqrt()
1795 status |= sim_fpu_round_64 (&wop, round, denorm); in convert()
/netbsd/src/external/gpl3/gdb/dist/sim/v850/
Dv850.igen2419 status |= sim_fpu_round_64 (&ans, FPSR_GET_ROUND(), sim_fpu_denorm_underflow_inexact);
2571 status = sim_fpu_round_64 (&wop, FPSR_GET_ROUND(), sim_fpu_denorm_zero);
2637 status = sim_fpu_round_64 (&wop, FPSR_GET_ROUND(), sim_fpu_denorm_zero);
2678 status = sim_fpu_round_64 (&wop, FPSR_GET_ROUND(), sim_fpu_denorm_underflow_inexact);
2699 status = sim_fpu_round_64 (&wop, FPSR_GET_ROUND(), sim_fpu_denorm_zero);
2742 status = sim_fpu_round_64 (&wop, FPSR_GET_ROUND(), sim_fpu_denorm_zero);
2783 status |= sim_fpu_round_64 (&ans, FPSR_GET_ROUND(), sim_fpu_denorm_underflow_inexact);
2829 status |= sim_fpu_round_64 (&ans, FPSR_GET_ROUND(), sim_fpu_denorm_underflow_inexact);
2853 status |= sim_fpu_round_64 (&ans, FPSR_GET_ROUND(), sim_fpu_denorm_underflow_inexact);
3027 status |= sim_fpu_round_64 (&ans, FPSR_GET_ROUND(), sim_fpu_denorm_underflow_inexact);
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-fpu.h229 INLINE_SIM_FPU (int) sim_fpu_round_64 (sim_fpu *f,
460 #define sim_fpu_round_fp sim_fpu_round_64
Dsim-fpu.c982 sim_fpu_round_64 (sim_fpu *f, in sim_fpu_round_64() function
1547 sim_fpu_round_64 (&n, 0, 0); in sim_fpu_rem()
1564 sim_fpu_round_64 (&tmp, 0, 0); in sim_fpu_rem()
/netbsd/src/external/gpl3/gdb/dist/sim/mn10300/
Dinterp.c569 return sim_fpu_round_64 (val, sim_fpu_round_near, sim_fpu_denorm_zero); in round_64()