Home
last modified time | relevance | path

Searched refs:fmul (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.rv32d.s75 fmul.d fs0, fs1, fs2
76 fmul.d fs1, fs2, fs3, rne
77 fmul.d fs2, fs3, fs4, rtz
78 fmul.d fs3, fs4, fs5, rdn
79 fmul.d fs4, fs5, fs6, rup
80 fmul.d fs5, fs6, fs7, rmm
H A Dtst.rv32f.s75 fmul.s fs0, fs1, fs2
76 fmul.s fs1, fs2, fs3, rne
77 fmul.s fs2, fs3, fs4, rtz
78 fmul.s fs3, fs4, fs5, rdn
79 fmul.s fs4, fs5, fs6, rup
80 fmul.s fs5, fs6, fs7, rmm
H A Dtst.rv32d.out43 libdis_test+0xa8: 53 f4 24 13 fmul.d fs0,fs1,fs2
44 libdis_test+0xac: d3 04 39 13 fmul.d fs1,fs2,fs3,rne
45 libdis_test+0xb0: 53 99 49 13 fmul.d fs2,fs3,fs4,rtz
46 libdis_test+0xb4: d3 29 5a 13 fmul.d fs3,fs4,fs5,rdn
47 libdis_test+0xb8: 53 ba 6a 13 fmul.d fs4,fs5,fs6,rup
48 libdis_test+0xbc: d3 4a 7b 13 fmul.d fs5,fs6,fs7,rmm
H A Dtst.rv32f.out43 libdis_test+0xa8: 53 f4 24 11 fmul.s fs0,fs1,fs2
44 libdis_test+0xac: d3 04 39 11 fmul.s fs1,fs2,fs3,rne
45 libdis_test+0xb0: 53 99 49 11 fmul.s fs2,fs3,fs4,rtz
46 libdis_test+0xb4: d3 29 5a 11 fmul.s fs3,fs4,fs5,rdn
47 libdis_test+0xb8: 53 ba 6a 11 fmul.s fs4,fs5,fs6,rup
48 libdis_test+0xbc: d3 4a 7b 11 fmul.s fs5,fs6,fs7,rmm
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dhypotf.S48 fmul %st(0),%st / y*y
50 fmul %st(0),%st / x*x,y*y
H A Dnextafterf.S92 fmul %st(0),%st / overflow-to-Inf, z
99 fmul %st(0),%st / underflow-to-0, z
H A Dhypot.S54 fmul %st(0),%st / ,y*y
56 fmul %st(0),%st / x*x,y*y
H A Dexp10l.S64 fmul %st(2),%st / [z]*lt2_lo, x-[z]*lt2_hi, [z]
H A Dnextafter.S119 fmul %st(0),%st
H A Dexpl.S65 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
H A Dexpm1l.S72 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dfp-ops.c3 double fmul(double x, double y) { return x * y; } in fmul() function
/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Darithmetic-ops.c51 static float fmul(float x, float y) in fmul() function
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexp10l.S65 fmul %st(2),%st / [z]*lt2_lo, x-[z]*lt2_hi, [z]
H A Dexpl.S66 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
H A Dexpm1l.S73 fmul %st(2),%st / [z]*ln2_lo, x-[z]*ln2_hi, [z]
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h182 fmul = 0x12, enumerator
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c363 case fmul: in _fp_fpu_simulator()