Searched refs:sqrtss (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/lib/libm/arch/i387/ |
H A D | e_sqrtf.S | 15 sqrtss %xmm0,%xmm0
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | core2.md | 515 ;; FIXME: This reservation is all wrong when we're scheduling sqrtss.
|
H A D | ppro.md | 501 ;; FIXME: This reservation is all wrong when we're scheduling sqrtss.
|
H A D | i386.h | 336 const int sqrtss; /* cost of SQRTSS instructions. */ member
|
H A D | i386.opt | 574 Generate reciprocals instead of divss and sqrtss.
|
H A D | i386.c | 19862 *total = mode == SFmode ? cost->sqrtss : cost->sqrtsd; in ix86_rtx_costs() 19867 mode == SFmode ? cost->sqrtss : cost->sqrtsd); in ix86_rtx_costs()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | core2.md | 515 ;; FIXME: This reservation is all wrong when we're scheduling sqrtss.
|
H A D | i386.h | 200 const int sqrtss; /* cost of SQRTSS instructions. */ member
|
H A D | ppro.md | 501 ;; FIXME: This reservation is all wrong when we're scheduling sqrtss.
|
H A D | i386.opt | 582 Generate reciprocals instead of divss and sqrtss.
|
H A D | i386.cc | 20935 *total = mode == SFmode ? cost->sqrtss : cost->sqrtsd; in ix86_rtx_costs() 20940 mode == SFmode ? cost->sqrtss : cost->sqrtsd); in ix86_rtx_costs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | README-SSE.txt | 825 If we're dealing with floats instead of doubles we could even replace the sqrtss
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | i386-opc.tbl | 1244 sqrtss<sse>, 0xf30f51, <sse:cpu>, Modrm|<sse:scal>|<sse:vvvv>|NoSuf, { Dword|Unspecified|BaseIndex|…
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | i386-opc.tbl | 1146 sqrtss<sse>, 0xf30f51, None, <sse:cpu>, Modrm|<sse:scal>|<sse:vvvv>|No_bSuf|No_wSuf|No_lSuf|No_sSuf…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2017 | 11550 divsd, sqrtss and sqrtsd
|