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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64f.cpp578 expect<float>(0.0, []{return F::fcvt_s_wu(0);}, "fcvt.s.wu, 0");
580 []{return F::fcvt_s_wu(numeric_limits<int32_t>::min());},
582 expect<float>(255.0, []{return F::fcvt_s_wu(0xFFFFFFFF000000FFLL);},
H A Drv64f.h277 fcvt_s_wu(uint64_t rs1) function in namespace:F
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1143 DECLARE_INSN(fcvt_s_wu, MATCH_FCVT_S_WU, MASK_FCVT_S_WU)

Completed in 17 milliseconds