Searched defs:fcom_ccval (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dop_helper.c4522 static const int fcom_ccval[4] = {0x0100, 0x4000, 0x0000, 0x4500}; variable
4529 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret + 1];
4537 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret+ 1];

Completed in 65 milliseconds