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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64f.cpp678 expect<float>(0.0, []{return F::fcvt_s_l(0);}, "fcvt.s.l, 0");
680 []{return F::fcvt_s_l(numeric_limits<int64_t>::min());},
682 expect<float>(-4.29496704e9, []{return F::fcvt_s_l(0xFFFFFFFF000000FFLL);},
H A Drv64f.h342 fcvt_s_l(int64_t rs1) function in namespace:F
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1144 DECLARE_INSN(fcvt_s_l, MATCH_FCVT_S_L, MASK_FCVT_S_L)

Completed in 18 milliseconds