Searched refs:sim_fpu_i32to (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-fpu.h251 INLINE_SIM_FPU (int) sim_fpu_i32to (sim_fpu *f, signed32 i,
H A Dcgen-accfp.c317 sim_fpu_i32to (&ans, x, sim_fpu_round_near);
328 sim_fpu_i32to (&ans, x, sim_fpu_round_near);
H A Dsim-fpu.c1960 sim_fpu_i32to (sim_fpu *f, function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dfpu-tst.c100 flags |= sim_fpu_i32to (&s, a, rounding_mode);
111 flags |= sim_fpu_i32to (&s, a, rounding_mode);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mips/
H A Dcp1.c1387 status = sim_fpu_i32to (&wop, op, round);
1508 sim_fpu_i32to (&wop_u, (op >> 32) & (unsigned)0xFFFFFFFF, round);
1509 sim_fpu_i32to (&wop_l, op & (unsigned)0xFFFFFFFF, round);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/sh64/
H A Dsh64.c264 sim_fpu_i32to (&f, frgh, sim_fpu_round_default);
275 sim_fpu_i32to (&f, frgh, sim_fpu_round_default);

Completed in 82 milliseconds