Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dcc_helper.c210 return helper_cc_compute_all(CC_DST, CC_SRC, CC_SRC2, CC_OP); in cpu_cc_compute_all()
H A Demit.c.inc1462 * Z was going to be computed from the non-zero status of CC_DST.
1464 * CC_DST alone, setting CC_SRC, and using a CC_OP_SAR of the
/openbmc/qemu/target/i386/
H A Dcpu.h2522 #define CC_DST (env->cc_dst) macro