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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64f.cpp570 expect<float>(0.0, []{return F::fcvt_s_w(0);}, "fcvt.s.w, 0");
572 []{return F::fcvt_s_w(numeric_limits<int32_t>::min());},
574 expect<float>(255.0, []{return F::fcvt_s_w(0xFFFFFFFF000000FFLL);},
H A Drv64f.h269 fcvt_s_w(int64_t rs1) function in namespace:F
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1142 DECLARE_INSN(fcvt_s_w, MATCH_FCVT_S_W, MASK_FCVT_S_W)

Completed in 21 milliseconds