Searched refs:sim_fpu_to232 (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/v850/ |
| D | v850.igen | 2381 sim_fpu_to232 (&GR[reg3e+1], &GR[reg3e], &ans); 2423 sim_fpu_to232 (&GR[reg3e+1], &GR[reg3e], &ans); 2641 sim_fpu_to232 (&GR[reg3e+1], &GR[reg3e], &wop); 2682 sim_fpu_to232 (&GR[reg3e+1], &GR[reg3e], &wop); 2746 sim_fpu_to232 (&GR[reg3e+1], &GR[reg3e], &wop); 2787 sim_fpu_to232 (&GR[reg3e+1], &GR[reg3e], &ans); 2895 sim_fpu_to232 (&GR[reg3e+1], &GR[reg3e], &ans); 2971 sim_fpu_to232 (&GR[reg3e+1], &GR[reg3e], &ans); 3081 sim_fpu_to232 (&GR[reg3e+1], &GR[reg3e], &ans); 3123 sim_fpu_to232 (&GR[reg3e+1], &GR[reg3e], &ans); [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mn10300/ |
| D | mn10300-sim.h | 126 #define FPU2FD(F,FD) sim_fpu_to232 (&((FD).high), &((FD).low), &(F))
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-fpu.h | 199 INLINE_SIM_FPU (void) sim_fpu_to232 (uint32_t *h, uint32_t *l, const sim_fpu *f);
|
| D | sim-fpu.c | 715 sim_fpu_to232 (uint32_t *h, uint32_t *l, in sim_fpu_to232() function
|