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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.h300 fcvt_d_l(int64_t rs1) function in namespace:D
H A Drv64d.cpp686 expect<double>(0.0, []{return D::fcvt_d_l(0);}, "fcvt.d.l, 0");
688 []{return D::fcvt_d_l(numeric_limits<int64_t>::min());},
691 []{return D::fcvt_d_l(0xFFFFFFFF000000FFLL);},
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1149 DECLARE_INSN(fcvt_d_l, MATCH_FCVT_D_L, MASK_FCVT_D_L)

Completed in 17 milliseconds