Searched defs:cc_op (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dtranslate.c158 int cc_op; /* current CC operation */ member in struct:DisasContext
928 if (s->cc_op != CC_OP_DYNAMIC)
929 gen_op_set_cc_op(s->cc_op);
941 if (s->cc_op != CC_OP_DYNAMIC)
942 gen_op_set_cc_op(s->cc_op);
966 if (s->cc_op != CC_OP_DYNAMIC) {
967 gen_op_set_cc_op(s->cc_op);
968 s->cc_op = CC_OP_DYNAMIC;
1018 if (s->cc_op != CC_OP_DYNAMIC)
1019 gen_op_set_cc_op(s->cc_op);
1123 gen_jcc1(DisasContext *s, int cc_op, int b, int l1) argument
2495 int l1, l2, cc_op; local
8370 int cc_op; local
[all...]
H A Dcpu.h472 CC_OP_DYNAMIC, /* must use dynamic code to get cc_op */
630 uint32_t cc_op; member in struct:CPUX86State
839 uint32_t cc_op; member in struct:CPUX86State_Ver16

Completed in 55 milliseconds