Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A DMakefile.target59 test-i386-fprem.ref: test-i386-fprem
62 run-test-i386-fprem: TIMEOUT=60
63 run-test-i386-fprem: test-i386-fprem test-i386-fprem.ref
64 $(call run-test,test-i386-fprem, $(QEMU) $<)
65 $(call diff-out,test-i386-fprem, test-i386-fprem.ref)
67 SKIP_I386_TESTS+=test-i386-fprem
H A Dtest-i386-fprem.c109 static long double fprem(long double a, long double b, uint16_t *sw) in fprem() function
188 ru.d = fprem(a, b, &sw); in do_fprem()
H A DREADME34 test-i386-fprem
H A Dx86.csv696 "FPREM","FPREM","fprem","D9 F8","V","V","","","","",""
/openbmc/qemu/target/i386/
H A Dhelper.h173 DEF_HELPER_1(fprem, void, env)