Searched refs:FPUS_EMASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 810 #define FPUS_EMASK 0x0000 macro 823 a, b, fpus & (0x4500 | FPUS_EMASK)); in test_fcmp() 830 a, b, fpus & (0x4500 | FPUS_EMASK)); in test_fcmp() 841 a, b, fpus & FPUS_EMASK, eflags & (CC_Z | CC_P | CC_C)); in test_fcmp() 850 a, b, fpus & FPUS_EMASK, eflags & (CC_Z | CC_P | CC_C)); in test_fcmp()
|
H A D | test-i386-fprem.c | 146 #define FPUS_EMASK 0x007f macro
|