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

/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-fpu.h194 INLINE_SIM_FPU (void) sim_fpu_32to (sim_fpu *f, uint32_t s);
195 INLINE_SIM_FPU (void) sim_fpu_232to (sim_fpu *f, uint32_t h, uint32_t l);
196 INLINE_SIM_FPU (void) sim_fpu_64to (sim_fpu *f, uint64_t d);
198 INLINE_SIM_FPU (void) sim_fpu_to32 (uint32_t *s, const sim_fpu *f);
199 INLINE_SIM_FPU (void) sim_fpu_to232 (uint32_t *h, uint32_t *l, const sim_fpu *f);
200 INLINE_SIM_FPU (void) sim_fpu_to64 (uint64_t *d, const sim_fpu *f);
212 INLINE_SIM_FPU (void) sim_fpu_fractionto (sim_fpu *f, int sign, int normal_exp, uint64_t fraction, int precision);
217 INLINE_SIM_FPU (uint64_t) sim_fpu_tofraction (const sim_fpu *s, int precision);
226 INLINE_SIM_FPU (int) sim_fpu_round_32 (sim_fpu *f,
229 INLINE_SIM_FPU (in
[all...]
H A Dsim-fpu.c683 INLINE_SIM_FPU (void)
690 INLINE_SIM_FPU (void)
699 INLINE_SIM_FPU (void)
706 INLINE_SIM_FPU (void)
714 INLINE_SIM_FPU (void)
724 INLINE_SIM_FPU (void)
732 INLINE_SIM_FPU (void)
752 INLINE_SIM_FPU (uint64_t) function
973 INLINE_SIM_FPU (int)
981 INLINE_SIM_FPU (in
2174 INLINE_SIM_FPU (uint64_t) function
2181 INLINE_SIM_FPU (uint64_t) function
2494 INLINE_SIM_FPU (bool) function
2500 INLINE_SIM_FPU (bool) function
[all...]
H A Dsim-inline.h513 # define INLINE_SIM_FPU(TYPE) static INLINE UNUSED TYPE
516 # define INLINE_SIM_FPU(TYPE) static UNUSED TYPE
520 # define INLINE_SIM_FPU(TYPE) TYPE
511 # define INLINE_SIM_FPU macro
514 # define INLINE_SIM_FPU macro
518 # define INLINE_SIM_FPU macro
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-fpu.h174 INLINE_SIM_FPU (void) sim_fpu_32to (sim_fpu *f, unsigned32 s);
175 INLINE_SIM_FPU (void) sim_fpu_232to (sim_fpu *f, unsigned32 h, unsigned32 l);
176 INLINE_SIM_FPU (void) sim_fpu_64to (sim_fpu *f, unsigned64 d);
178 INLINE_SIM_FPU (void) sim_fpu_to32 (unsigned32 *s, const sim_fpu *f);
179 INLINE_SIM_FPU (void) sim_fpu_to232 (unsigned32 *h, unsigned32 *l, const sim_fpu *f);
180 INLINE_SIM_FPU (void) sim_fpu_to64 (unsigned64 *d, const sim_fpu *f);
192 INLINE_SIM_FPU (void) sim_fpu_fractionto (sim_fpu *f, int sign, int normal_exp, unsigned64 fraction, int precision);
197 INLINE_SIM_FPU (unsigned64) sim_fpu_tofraction (const sim_fpu *s, int precision);
206 INLINE_SIM_FPU (int) sim_fpu_round_32 (sim_fpu *f,
209 INLINE_SIM_FPU (in
[all...]
H A Dsim-fpu.c685 INLINE_SIM_FPU (void)
692 INLINE_SIM_FPU (void)
701 INLINE_SIM_FPU (void)
708 INLINE_SIM_FPU (void)
716 INLINE_SIM_FPU (void)
726 INLINE_SIM_FPU (void)
734 INLINE_SIM_FPU (void)
754 INLINE_SIM_FPU (unsigned64) function
975 INLINE_SIM_FPU (int)
983 INLINE_SIM_FPU (in
2279 INLINE_SIM_FPU (unsigned64) function
2286 INLINE_SIM_FPU (unsigned64) function
[all...]
H A Dsim-inline.h526 # define INLINE_SIM_FPU(TYPE) static INLINE TYPE UNUSED
529 # define INLINE_SIM_FPU(TYPE) static TYPE UNUSED
533 # define INLINE_SIM_FPU(TYPE) TYPE
524 # define INLINE_SIM_FPU macro
527 # define INLINE_SIM_FPU macro
531 # define INLINE_SIM_FPU macro

Completed in 102 milliseconds