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

/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.cpp676 expect<uint64_t>(0x40091EB851EB851FULL, []{return D::fmv_x_d(3.14);},
678 expect<uint64_t>(0xC0091EB851EB851FULL, []{return D::fmv_x_d(-3.14);},
680 expect<uint64_t>(0x0000000000000000ULL, []{return D::fmv_x_d(0.0);},
682 expect<uint64_t>(0x8000000000000000ULL, []{return D::fmv_x_d(-0.0);},
H A Drv64d.h292 fmv_x_d(double fs1) function in namespace:D
/gem5/tests/test-progs/asmtest/src/riscv/env/
H A Dencoding.h1134 DECLARE_INSN(fmv_x_d, MATCH_FMV_X_D, MASK_FMV_X_D)

Completed in 17 milliseconds