Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/riscv64/
H A Dtest-fcvtmod.c288 uint8_t act_fcvt_fflags; in run_fcvtmod_tests() local
295 act_fcvt = do_fcvt_w_d(t->inp_lu, &act_fcvt_fflags); in run_fcvtmod_tests()
297 act_fcvt_fflags == t->exp_fcvt_fflags; in run_fcvtmod_tests()
325 printf("act_fcvt_fflags: "); print_fflags(act_fcvt_fflags); printf("\n"); in run_fcvtmod_tests()