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

  /src/sys/arch/powerpc/fpu/
fpu_emu.c 134 FPU_EMU_EVCNT_DECL(fsqrt); variable
721 FPU_EMU_EVCNT_INCR(fsqrt);
722 DPRINTF(FPE_INSN, ("fpu_execute: FSQRT\n"));
  /src/external/gpl3/gdb/dist/sim/frv/
profile.c 684 int *fsqrt; local
759 fsqrt = ps->fsqrt_busy;
764 *fsqrt = (*fsqrt <= cycles) ? 0 : (*fsqrt - cycles);
767 ++fsqrt;
1898 int *fsqrt = ps->fsqrt_busy; local
1902 if (fsqrt[slot] > 0 && 1 > ps->post_wait)
  /src/external/gpl3/gdb.old/dist/sim/frv/
profile.c 684 int *fsqrt; local
759 fsqrt = ps->fsqrt_busy;
764 *fsqrt = (*fsqrt <= cycles) ? 0 : (*fsqrt - cycles);
767 ++fsqrt;
1898 int *fsqrt = ps->fsqrt_busy; local
1902 if (fsqrt[slot] > 0 && 1 > ps->post_wait)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386.h 194 const int fsqrt; /* cost of FSQRT instruction. */ member in struct:processor_costs
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.h 189 const int fsqrt; /* cost of FSQRT instruction. */ member in struct:processor_costs
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 1322 # OPERR : fsqrt(-NORM)
1867 # OPERR : fsqrt(-NORM)
2505 # fsqrt flog2
4094 long fsqrt - tbl_unsupp # 04: fsqrt
5572 # fsqrt operation won't take an exception. #
11943 # fsqrt(): emulates the fsqrt instruction #
11966 # instruction won't cause an exception. Use the regular fsqrt to #
11978 bra.b fsqrt
11986 fsqrt: label
    [all...]
fpsp.s 1322 # OPERR : fsqrt(-NORM)
1867 # OPERR : fsqrt(-NORM)
2505 # fsqrt flog2
4513 short tbl_trans - tbl_trans # $04-0 fsqrt norm
4514 short tbl_trans - tbl_trans # $04-1 fsqrt zero
4515 short tbl_trans - tbl_trans # $04-2 fsqrt inf
4516 short tbl_trans - tbl_trans # $04-3 fsqrt qnan
4517 short tbl_trans - tbl_trans # $04-5 fsqrt denorm
4518 short tbl_trans - tbl_trans # $04-4 fsqrt snan
4519 short tbl_trans - tbl_trans # $04-6 fsqrt unnor
15554 fsqrt: label
    [all...]

Completed in 52 milliseconds