Searched refs:sim_fpu_to32i (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/testsuite/common/ |
| D | fpu-tst.c | 122 flags |= sim_fpu_to32i (&z, &s, sim_fpu_round_zero); in syst_float32_to_int32_round_to_zero() 320 flags |= sim_fpu_to32i (&z, &s, sim_fpu_round_zero); in syst_float64_to_int32_round_to_zero()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-fpu.h | 302 INLINE_SIM_FPU (int) sim_fpu_to32i (int32_t *i, const sim_fpu *f,
|
| D | cgen-accfp.c | 396 sim_fpu_to32i (&res, &op1, sim_fpu_round_near); in fixsfsi() 407 sim_fpu_to32i (&res, &op1, sim_fpu_round_near); in fixdfsi()
|
| D | sim-fpu.c | 1979 sim_fpu_to32i (int32_t *i, in sim_fpu_to32i() function
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | e500.igen | 2569 sim_fpu_to32i (&w1, &b, sim_fpu_round_default); 2571 sim_fpu_to32i (&w2, &b, sim_fpu_round_default); 2581 sim_fpu_to32i (&w1, &b, sim_fpu_round_zero); 2583 sim_fpu_to32i (&w2, &b, sim_fpu_round_zero); 2612 sim_fpu_to32i (&w1, &b, sim_fpu_round_near); 2617 sim_fpu_to32i (&w2, &b, sim_fpu_round_near); 2803 sim_fpu_to32i (&w2, &b, sim_fpu_round_default); 2813 sim_fpu_to32i (&w2, &b, sim_fpu_round_zero); 2844 sim_fpu_to32i (&w2, &b, sim_fpu_round_default);
|
| D | altivec.igen | 1035 sim_fpu_to32i (&bi, &b, sim_fpu_round_default);
|
| /netbsd/src/external/gpl3/gdb/dist/sim/v850/ |
| D | v850.igen | 2615 status |= sim_fpu_to32i (&ans, &wop, FPSR_GET_ROUND()); 2723 status |= sim_fpu_to32i (&ans, &wop, sim_fpu_round_zero); 3503 status = sim_fpu_to32i (&ans, &wop, sim_fpu_round_zero); 3583 status = sim_fpu_to32i (&ans, &wop, sim_fpu_round_zero);
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 161171 …ips/cp1.c:1425:32: warning: pointer targets in passing argument 1 of 'sim_fpu_to32i' differ in sig… 161172 status |= sim_fpu_to32i (&result32, &wop, round); 161177 INLINE_SIM_FPU (int) sim_fpu_to32i (signed32 *i, const sim_fpu *f, 161188 …ips/cp1.c:1528:34: warning: pointer targets in passing argument 1 of 'sim_fpu_to32i' differ in sig… 161189 status_u |= sim_fpu_to32i (&res_u, &wop_u, round); 161194 INLINE_SIM_FPU (int) sim_fpu_to32i (signed32 *i, const sim_fpu *f, 161196 …ips/cp1.c:1529:34: warning: pointer targets in passing argument 1 of 'sim_fpu_to32i' differ in sig… 161197 status_l |= sim_fpu_to32i (&res_l, &wop_l, round); 161202 INLINE_SIM_FPU (int) sim_fpu_to32i (signed32 *i, const sim_fpu *f,
|