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

  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.h 377 INLINE_SIM_FPU (int) sim_fpu_is_ge (const sim_fpu *l, const sim_fpu *r);
cgen-accfp.c 306 return sim_fpu_is_ge (&op1, &op2);
720 return sim_fpu_is_ge (&op1, &op2);
sim-fpu.c 2267 sim_fpu_is_ge (const sim_fpu *l, const sim_fpu *r) function
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.h 377 INLINE_SIM_FPU (int) sim_fpu_is_ge (const sim_fpu *l, const sim_fpu *r);
cgen-accfp.c 306 return sim_fpu_is_ge (&op1, &op2);
720 return sim_fpu_is_ge (&op1, &op2);
sim-fpu.c 2267 sim_fpu_is_ge (const sim_fpu *l, const sim_fpu *r) function
  /src/external/gpl3/gdb/dist/sim/mips/
cp1.c 664 if (sim_fpu_is_ge (&wop, &wmagic))
675 if (sim_fpu_is_ge (&wop, &wmagic))
  /src/external/gpl3/gdb.old/dist/sim/mips/
cp1.c 664 if (sim_fpu_is_ge (&wop, &wmagic))
675 if (sim_fpu_is_ge (&wop, &wmagic))

Completed in 33 milliseconds