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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64f.cpp686 expect<float>(0.0, []{return F::fcvt_s_lu(0);}, "fcvt.s.lu, 0");
688 []{return F::fcvt_s_lu(numeric_limits<int64_t>::min());},
690 expect<float>(1.8446744e19, []{return F::fcvt_s_lu(0xFFFFFFFF000000FFLL);},
H A Drv64f.h350 fcvt_s_lu(uint64_t rs1) function in namespace:F
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1145 DECLARE_INSN(fcvt_s_lu, MATCH_FCVT_S_LU, MASK_FCVT_S_LU)

Completed in 24 milliseconds