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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.cpp646 expect<uint64_t>(256, []{return D::fcvt_lu_d(256.3);},
648 expect<uint64_t>(0, []{return D::fcvt_lu_d(-256.2);},
650 expect<uint64_t>(0, []{return D::fcvt_lu_d(0.0);}, "fcvt.lu.d, 0.0");
651 expect<uint64_t>(0, []{return D::fcvt_lu_d(-0.0);}, "fcvt.lu.d, -0.0");
652 expect<uint64_t>(8589934592LL, []{return D::fcvt_lu_d(8589934592.0);},
655 []{return D::fcvt_lu_d(numeric_limits<double>::max());},
657 expect<uint64_t>(0,[]{return D::fcvt_lu_d(numeric_limits<double>::min());},
660 []{return D::fcvt_lu_d(numeric_limits<double>::infinity());},
663 []{return D::fcvt_lu_d(-numeric_limits<double>::infinity());},
666 []{return D::fcvt_lu_d(numeric_limit
[all...]
H A Drv64d.h284 fcvt_lu_d(double fs1) function in namespace:D
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1133 DECLARE_INSN(fcvt_lu_d, MATCH_FCVT_LU_D, MASK_FCVT_LU_D)

Completed in 17 milliseconds