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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.h260 fcvt_d_w(int64_t rs1) function in namespace:D
H A Drv64d.cpp599 expect<double>(0.0, []{return D::fcvt_d_w(0);}, "fcvt.d.w, 0");
601 []{return D::fcvt_d_w(numeric_limits<int32_t>::min());},
603 expect<double>(255.0, []{return D::fcvt_d_w(0xFFFFFFFF000000FFLL);},
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1147 DECLARE_INSN(fcvt_d_w, MATCH_FCVT_D_W, MASK_FCVT_D_W)

Completed in 22 milliseconds