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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.cpp543 expect<int64_t>(256, []{return D::fcvt_w_d(256.3);},
545 expect<int64_t>(-256, []{return D::fcvt_w_d(-256.2);},
547 expect<int64_t>(0, []{return D::fcvt_w_d(0.0);}, "fcvt.w.d, 0.0");
548 expect<int64_t>(0, []{return D::fcvt_w_d(-0.0);}, "fcvt.w.d, -0.0");
550 []{return D::fcvt_w_d(numeric_limits<double>::max());},
552 expect<int64_t>(0, []{return D::fcvt_w_d(numeric_limits<double>::min());},
555 []{return D::fcvt_w_d(numeric_limits<double>::infinity());},
558 []{return D::fcvt_w_d(-numeric_limits<double>::infinity());},
561 []{return D::fcvt_w_d(numeric_limits<double>::quiet_NaN());},
564 []{return D::fcvt_w_d(
[all...]
H A Drv64d.h244 fcvt_w_d(double fs1) function in namespace:D
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1130 DECLARE_INSN(fcvt_w_d, MATCH_FCVT_W_D, MASK_FCVT_W_D)

Completed in 17 milliseconds