Searched refs:fmadd_d (Results 1 - 3 of 3) sorted by relevance

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.cpp49 []{return D::fmadd_d(3.1415926, 1.61803398875,1.41421356237);},
52 double fd = D::fmadd_d(numeric_limits<double>::quiet_NaN(), 3.14,
57 double fd = D::fmadd_d(3.14,
62 []{return D::fmadd_d(3.14, numeric_limits<double>::infinity(),1.414);},
65 []{return D::fmadd_d(3.14,-numeric_limits<double>::infinity(),1.414);},
H A Drv64d.h84 fmadd_d(double fs1, double fs2, double fs3) function in namespace:D
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1167 DECLARE_INSN(fmadd_d, MATCH_FMADD_D, MASK_FMADD_D)

Completed in 17 milliseconds