Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dtranslate.c746 if (s->cc_op != CC_OP_DYNAMIC) in gen_check_io()
759 if (s->cc_op != CC_OP_DYNAMIC) in gen_check_io()
785 if (s->cc_op != CC_OP_DYNAMIC) { in gen_update_cc_op()
787 s->cc_op = CC_OP_DYNAMIC; in gen_update_cc_op()
837 if (s->cc_op != CC_OP_DYNAMIC) in gen_setcc_slow_T0()
1314 if (s1->cc_op != CC_OP_DYNAMIC) in gen_op()
1328 s1->cc_op = CC_OP_DYNAMIC; in gen_op()
1331 if (s1->cc_op != CC_OP_DYNAMIC) in gen_op()
1345 s1->cc_op = CC_OP_DYNAMIC; in gen_op()
1407 if (s1->cc_op != CC_OP_DYNAMIC) in gen_inc()
[all …]
Dcpu.h441 CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */ enumerator