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

  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.h 304 INLINE_SIM_FPU (int) sim_fpu_to32u (uint32_t *u, const sim_fpu *f,
cgen-accfp.c 429 sim_fpu_to32u (&res, &op1, sim_fpu_round_near);
sim-fpu.c 1990 sim_fpu_to32u (uint32_t *u, function
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.h 304 INLINE_SIM_FPU (int) sim_fpu_to32u (uint32_t *u, const sim_fpu *f,
cgen-accfp.c 429 sim_fpu_to32u (&res, &op1, sim_fpu_round_near);
sim-fpu.c 1990 sim_fpu_to32u (uint32_t *u, function
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.c 1802 status |= sim_fpu_to32u (&result32, &wop, round);
1902 status_u |= sim_fpu_to32u (&res_u, &wop_u, round);
1903 status_l |= sim_fpu_to32u (&res_l, &wop_l, round);
  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.c 1802 status |= sim_fpu_to32u (&result32, &wop, round);
1902 status_u |= sim_fpu_to32u (&res_u, &wop_u, round);
1903 status_l |= sim_fpu_to32u (&res_l, &wop_l, round);

Completed in 29 milliseconds