Searched refs:fprem (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | Makefile.target | 59 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 D | test-i386-fprem.c | 109 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 D | README | 34 test-i386-fprem
|
| H A D | x86.csv | 696 "FPREM","FPREM","fprem","D9 F8","V","V","","","","",""
|
| /openbmc/qemu/target/i386/ |
| H A D | helper.h | 173 DEF_HELPER_1(fprem, void, env)
|