Searched refs:fprem1 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-fprem.c | 120 static long double fprem1(long double a, long double b, uint16_t *sw) in fprem1() function 197 ru.d = fprem1(a, b, &sw); in do_fprem()
|
H A D | x86.csv | 697 "FPREM1","FPREM1","fprem1","D9 F5","V","V","","","","",""
|
/openbmc/qemu/target/i386/ |
H A D | helper.h | 171 DEF_HELPER_1(fprem1, void, env)
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | fpu_trig.c | 1312 static void fprem1(FPU_REG *st0_ptr, u_char st0_tag) in fprem1() function 1634 fxtract, fprem1, (FUNC_ST0) fdecstp, (FUNC_ST0) fincstp
|
H A D | README | 233 these never exceeds 1/2 an lsb. The fprem and fprem1 instructions
|