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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.cpp408 expect<float>(4.0, []{return D::fcvt_s_d(4.0);}, "fcvt.s.d");
410 float fd = D::fcvt_s_d(numeric_limits<double>::quiet_NaN());
414 float fd = D::fcvt_s_d(numeric_limits<double>::signaling_NaN());
418 []{return D::fcvt_s_d(numeric_limits<double>::infinity());},
421 []{return D::fcvt_s_d(numeric_limits<double>::max());},
423 expect<float>(0.0, []{return D::fcvt_s_d(numeric_limits<double>::min());},
H A Drv64d.h196 fcvt_s_d(double fs1) function in namespace:D
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1098 DECLARE_INSN(fcvt_s_d, MATCH_FCVT_S_D, MASK_FCVT_S_D)

Completed in 17 milliseconds