Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu-dump.c96 [CC_OP_DYNAMIC] = "CC_OP_DYNAMIC", in cc_name()
H A Ds390x-internal.h160 CC_OP_DYNAMIC, /* CC calculation defined by env->cc_op */ enumerator
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c91 if (cc_op != CC_OP_DYNAMIC) { in x86_restore_state_to_opc()
H A Dtranslate.c295 [CC_OP_DYNAMIC] = USES_CC_DST | USES_CC_SRC | USES_CC_SRC2,
353 if (dirty && s->cc_op == CC_OP_DYNAMIC) { in set_cc_op_1()
366 set_cc_op_1(s, op, op != CC_OP_DYNAMIC); in set_cc_op()
841 if (s->cc_op != CC_OP_DYNAMIC) { in gen_mov_eflags()
972 case CC_OP_DYNAMIC: in gen_prepare_eflags_s()
1018 case CC_OP_DYNAMIC: in gen_prepare_eflags_z()
3652 dc->cc_op = CC_OP_DYNAMIC; in i386_tr_init_disas_context()
H A Demit.c.inc1455 if (s->cc_op == CC_OP_DYNAMIC || CC_OP_HAS_EFLAGS(s->cc_op)) {
3776 decode->cc_op = CC_OP_DYNAMIC;
3792 if (s->cc_op == CC_OP_DYNAMIC) {
H A Ddecode-new.c.inc2864 if (decode.cc_op == CC_OP_DYNAMIC) {
2872 if (decode.cc_op != CC_OP_DYNAMIC) {
/openbmc/qemu/target/m68k/
H A Dcpu.h215 CC_OP_DYNAMIC, enumerator
H A Dcpu.c49 if (cc_op != CC_OP_DYNAMIC) { in m68k_restore_state_to_opc()
H A Dtranslate.c203 [CC_OP_DYNAMIC] = CCF_C | CCF_V | CCF_Z | CCF_N | CCF_X,
590 case CC_OP_DYNAMIC: in gen_flush_flags()
6020 dc->cc_op = CC_OP_DYNAMIC; in m68k_tr_init_disas_context()
/openbmc/qemu/target/i386/
H A Dcpu-dump.c31 [CC_OP_DYNAMIC] = "DYNAMIC",
H A Dcpu.h1397 CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */ enumerator
1401 QEMU_BUILD_BUG_ON(CC_OP_DYNAMIC > INT8_MAX);
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c360 if (s->cc_op != CC_OP_DYNAMIC && s->cc_op != CC_OP_STATIC) { in update_cc_op()
482 return (s->cc_op != CC_OP_DYNAMIC in live_cc_data()
564 case CC_OP_DYNAMIC: in gen_op_calc_cc()
622 case CC_OP_DYNAMIC: in gen_op_calc_cc()
6392 dc->cc_op = CC_OP_DYNAMIC; in s390x_tr_init_disas_context()
6501 if ((cc_op != CC_OP_DYNAMIC) && (cc_op != CC_OP_STATIC)) { in s390x_restore_state_to_opc()