Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c503 static const int fcom_ccval[4] = {0x0100, 0x4000, 0x0000, 0x4500}; variable
511 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret + 1]; in helper_fcom_ST0_FT0()
521 env->fpus = (env->fpus & ~0x4500) | fcom_ccval[ret + 1]; in helper_fucom_ST0_FT0()