Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c315 static uint8_t cc_op_live(CCOp op) in cc_op_live() function
339 dead = cc_op_live(s->cc_op) & ~cc_op_live(op); in set_cc_op_1()
826 live = cc_op_live(s->cc_op) & ~USES_CC_SRCT; in gen_mov_eflags()
H A Demit.c.inc3780 if (cc_op_live(s->cc_op) & USES_CC_DST) {
3786 if (cc_op_live(s->cc_op) & USES_CC_SRC) {
H A Ddecode-new.c.inc2868 cc_live = cc_op_live(decode.cc_op);
/openbmc/qemu/target/m68k/
H A Dtranslate.c202 static const uint8_t cc_op_live[CC_OP_NB] = { variable
226 dead = cc_op_live[old_op] & ~cc_op_live[op]; in set_cc_op()