Searched refs:fcmovnbe (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | test_FCMOV.c | 39 TEST(fcmovnbe) 70 err |= !(fcmovbe(0) == 1.0); err |= !(fcmovnbe(0) != 1.0); in main() 75 err |= !(fcmovbe(CF) != 1.0); err |= !(fcmovnbe(CF) == 1.0); in main() 80 err |= !(fcmovbe(ZF) != 1.0); err |= !(fcmovnbe(ZF) == 1.0); in main() 85 err |= !(fcmovbe(PF) == 1.0); err |= !(fcmovnbe(PF) != 1.0); in main()
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | fpu_aux.c | 231 void fcmovnbe(void) in fcmovnbe() function
|
H A D | fpu_proto.h | 56 extern void fcmovnbe(void);
|
H A D | fpu_entry.c | 58 /* d0..7 */ fcom_st, fp_nop, fcmovbe, fcmovnbe,
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 599 "FCMOVNBE ST(0), ST(i)","FCMOVNBE ST(i), ST(0)","fcmovnbe ST(i), ST(0)","DB D0+i","V","V","","P6","…
|