Searched refs:fprem (Results 1 – 7 of 7) 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 | 172 DEF_HELPER_1(fprem, void, env)
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | fpu_trig.c | 1307 static void fprem(FPU_REG *st0_ptr, u_char st0_tag) in fprem() function 1643 fprem, fyl2xp1, fsqrt_, fsincos, frndint_, fscale, fsin, fcos
|
H A D | README | 233 these never exceeds 1/2 an lsb. The fprem and fprem1 instructions
|