Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/riscv64/
H A Dtest-fcvtmod.c287 uint64_t act_fcvt; in run_fcvtmod_tests() local
295 act_fcvt = do_fcvt_w_d(t->inp_lu, &act_fcvt_fflags); in run_fcvtmod_tests()
296 int fcvt_correct = act_fcvt == t->exp_fcvt && in run_fcvtmod_tests()
323 printf("act_fcvt: 0x%016lx == %li\n", act_fcvt, act_fcvt); in run_fcvtmod_tests()