/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/ |
H A D | tst.rv32d.s | 89 fsqrt.d fs0, fs1 90 fsqrt.d fs1, fs2, rne 91 fsqrt.d fs2, fs3, rtz 92 fsqrt.d fs3, fs4, rdn 93 fsqrt.d fs4, fs5, rup 94 fsqrt.d fs5, fs6, rmm
|
H A D | tst.rv32f.s | 89 fsqrt.s fs0, fs1 90 fsqrt.s fs1, fs2, rne 91 fsqrt.s fs2, fs3, rtz 92 fsqrt.s fs3, fs4, rdn 93 fsqrt.s fs4, fs5, rup 94 fsqrt.s fs5, fs6, rmm
|
H A D | tst.rv32d.out | 55 libdis_test+0xd8: 53 f4 04 5a fsqrt.d fs0,fs1 56 libdis_test+0xdc: d3 04 09 5a fsqrt.d fs1,fs2,rne 57 libdis_test+0xe0: 53 99 09 5a fsqrt.d fs2,fs3,rtz 58 libdis_test+0xe4: d3 29 0a 5a fsqrt.d fs3,fs4,rdn 59 libdis_test+0xe8: 53 ba 0a 5a fsqrt.d fs4,fs5,rup 60 libdis_test+0xec: d3 4a 0b 5a fsqrt.d fs5,fs6,rmm
|
H A D | tst.rv32f.out | 55 libdis_test+0xd8: 53 f4 04 58 fsqrt.s fs0,fs1 56 libdis_test+0xdc: d3 04 09 58 fsqrt.s fs1,fs2,rne 57 libdis_test+0xe0: 53 99 09 58 fsqrt.s fs2,fs3,rtz 58 libdis_test+0xe4: d3 29 0a 58 fsqrt.s fs3,fs4,rdn 59 libdis_test+0xe8: 53 ba 0a 58 fsqrt.s fs4,fs5,rup 60 libdis_test+0xec: d3 4a 0b 58 fsqrt.s fs5,fs6,rmm
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | sqrtl.S | 36 fsqrt
|
H A D | asinf.S | 48 fsqrt / sqrt((1-x)*(1+x)),x
|
H A D | asinl.S | 47 fsqrt / sqrt((1-x)*(1+x)),x
|
H A D | acosf.S | 61 fsqrt
|
H A D | acosl.S | 60 fsqrt
|
H A D | asin.S | 48 fsqrt / sqrt((1-x)/(1+x)),x
|
H A D | hypotf.S | 52 fsqrt / sqrt(x*x+y*y)
|
H A D | acos.S | 61 fsqrt
|
H A D | hypot.S | 58 fsqrt / sqrt(x*x+y*y)
|
H A D | powl.S | 216 fsqrt / sqrt(x) , y , x
|
H A D | powf.S | 220 fsqrt / sqrt(x) , y , x
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | sqrtl.S | 36 fsqrt
|
H A D | asinl.S | 45 fsqrt / sqrt((1-x)*(1+x)),x
|
H A D | acosl.S | 56 fsqrt
|
H A D | powl.S | 210 fsqrt / sqrt(x) , y , x
|
/illumos-gate/usr/src/uts/sparc/sys/fpu/ |
H A D | fpu_simulator.h | 177 fsqrt = 0xa, enumerator
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | fenv_inlines.h | 170 fsqrt(long double x) in fsqrt() function
|
H A D | __fex_i386.c | 557 extern long double fsqrt(long double); 957 info->res.val.q = fsqrt(info->op1.val.q); in __fex_get_op()
|
/illumos-gate/usr/src/uts/sparc/fpu/ |
H A D | fpu_simulator.c | 443 case fsqrt: in _fp_fpu_simulator()
|