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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.cpp166 []{return D::fsub_d(1.4142135623, 3.1415926);}, "fsub.d");
168 double fd = D::fsub_d(numeric_limits<double>::quiet_NaN(), 1.414);
172 double fd = D::fsub_d(3.14,
177 []{return D::fsub_d(numeric_limits<double>::infinity(), 3.14);},
180 []{return D::fsub_d(-numeric_limits<double>::infinity(), 3.14);},
183 []{return D::fsub_d(1.414, numeric_limits<double>::infinity());},
H A Drv64d.h124 fsub_d(double fs1, double fs2) function in namespace:D
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1090 DECLARE_INSN(fsub_d, MATCH_FSUB_D, MASK_FSUB_D)

Completed in 17 milliseconds