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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.h308 fcvt_d_lu(uint64_t rs1) function in namespace:D
H A Drv64d.cpp695 expect<double>(0.0, []{return D::fcvt_d_lu(0);}, "fcvt.d.lu, 0");
697 []{return D::fcvt_d_lu(numeric_limits<int64_t>::min());},
700 []{return D::fcvt_d_lu(0xFFFFFFFF000000FFLL);},
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1150 DECLARE_INSN(fcvt_d_lu, MATCH_FCVT_D_LU, MASK_FCVT_D_LU)

Completed in 17 milliseconds