Home
last modified time | relevance | path

Searched refs:sim_fpu_to232 (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/v850/
Dv850.igen2381 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/
Dmn10300-sim.h126 #define FPU2FD(F,FD) sim_fpu_to232 (&((FD).high), &((FD).low), &(F))
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-fpu.h199 INLINE_SIM_FPU (void) sim_fpu_to232 (uint32_t *h, uint32_t *l, const sim_fpu *f);
Dsim-fpu.c715 sim_fpu_to232 (uint32_t *h, uint32_t *l, in sim_fpu_to232() function