HomeSort by: relevance | last modified time | path
    Searched refs:INLINE_SIM_FPU (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.h 194 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 (int) sim_fpu_round_64 (sim_fpu *f
    [all...]
sim-fpu.c 683 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)
973 INLINE_SIM_FPU (int)
981 INLINE_SIM_FPU (int
    [all...]
sim-inline.h 513 # 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
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.h 194 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 (int) sim_fpu_round_64 (sim_fpu *f
    [all...]
sim-fpu.c 683 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)
973 INLINE_SIM_FPU (int)
981 INLINE_SIM_FPU (int
    [all...]
sim-inline.h 513 # 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

Completed in 31 milliseconds