Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dfpu_helper.c525 static const int fcomi_ccval[4] = {CC_C, CC_Z, 0, CC_Z | CC_P | CC_C}; variable
535 CC_SRC = eflags | fcomi_ccval[ret + 1]; in helper_fcomi_ST0_FT0()
548 CC_SRC = eflags | fcomi_ccval[ret + 1]; in helper_fucomi_ST0_FT0()