HomeSort by: relevance | last modified time | path
    Searched defs:sim_fpu (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.h 43 be achieved when the sim_fpu package was in-lined allowing repeated
98 } sim_fpu; typedef in typeref:struct:_sim_fpu
180 /* Directly map between a 32/64 bit register and the sim_fpu internal
183 When converting from the 32/64 bit packed format to the sim_fpu
186 When converting from the sim_fpu internal type to 32/64 bit packed
192 called before packing the sim_fpu value. */
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)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.h 43 be achieved when the sim_fpu package was in-lined allowing repeated
98 } sim_fpu; typedef in typeref:struct:_sim_fpu
180 /* Directly map between a 32/64 bit register and the sim_fpu internal
183 When converting from the 32/64 bit packed format to the sim_fpu
186 When converting from the sim_fpu internal type to 32/64 bit packed
192 called before packing the sim_fpu value. */
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)
    [all...]

Completed in 31 milliseconds