Home
last modified time | relevance | path

Searched refs:act_fcvtmod (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/tcg/riscv64/
H A Dtest-fcvtmod.c289 uint64_t act_fcvtmod; in run_fcvtmod_tests() local
298 act_fcvtmod = do_fcvtmod_w_d(t->inp_lu, &act_fcvtmod_fflags); in run_fcvtmod_tests()
299 int fcvtmod_correct = act_fcvtmod == t->exp_fcvtmod && in run_fcvtmod_tests()
330 printf("act_fcvtmod: 0x%016lx == %li\n", act_fcvtmod, act_fcvtmod); in run_fcvtmod_tests()