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

  /src/sys/arch/powerpc/fpu/
fpu_emu.c 131 FPU_EMU_EVCNT_DECL(fdiv); variable
700 FPU_EMU_EVCNT_INCR(fdiv);
701 DPRINTF(FPE_INSN, ("fpu_execute: FDIV\n"));
  /src/external/gpl3/gdb.old/dist/sim/frv/
profile.c 683 int *fdiv; local
758 fdiv = ps->fdiv_busy;
763 *fdiv = (*fdiv <= cycles) ? 0 : (*fdiv - cycles);
766 ++fdiv;
1880 int *fdiv = ps->fdiv_busy; local
1884 if (fdiv[slot] > 0 && 1 > ps->post_wait)
  /src/external/gpl3/gdb/dist/sim/frv/
profile.c 683 int *fdiv; local
758 fdiv = ps->fdiv_busy;
763 *fdiv = (*fdiv <= cycles) ? 0 : (*fdiv - cycles);
766 ++fdiv;
1880 int *fdiv = ps->fdiv_busy; local
1884 if (fdiv[slot] > 0 && 1 > ps->post_wait)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 191 const int fdiv; /* cost of FDIV instruction. */ member in struct:processor_costs
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 186 const int fdiv; /* cost of FDIV instruction. */ member in struct:processor_costs
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 571 set FDIV_OP, 0x1 # fdiv performed last
1325 # DZ : fdiv
1870 # DZ : fdiv
2497 # fdiv fddiv fsdiv fatanh fsin
4122 long fdiv - tbl_unsupp # 20: fdiv
6801 # fadd/fdiv/fmul/etc. emulation routines. #
8781 # fdiv(): emulates the fdiv instruction #
8806 # instruction won't cause an exception. Use the regular fdiv to
8837 fdiv: label
    [all...]
fpsp.s 571 set FDIV_OP, 0x1 # fdiv performed last
1325 # DZ : fdiv
1870 # DZ : fdiv
2497 # fdiv fddiv fsdiv fatanh fsin
4765 short tbl_trans - tbl_trans # $20-0 fdiv norm
4766 short tbl_trans - tbl_trans # $20-1 fdiv zero
4767 short tbl_trans - tbl_trans # $20-2 fdiv inf
4768 short tbl_trans - tbl_trans # $20-3 fdiv qnan
4769 short tbl_trans - tbl_trans # $20-5 fdiv denorm
4770 short tbl_trans - tbl_trans # $20-4 fdiv sna
12405 fdiv: label
    [all...]

Completed in 26 milliseconds