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

/external/qemu/target-i386/
H A Dop_helper.c3691 static const int fcom_ccval[4] = {0x0100, 0x4000, 0x0000, 0x4500}; variable
3698 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret + 1];
3706 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret+ 1];

Completed in 228 milliseconds