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

/vbox/src/recompiler/target-i386/
H A Dtranslate.c1071 sync with gen_jcc1) */
1123 static inline void gen_jcc1(DisasContext *s, int cc_op, int b, int l1) function
1443 gen_jcc1(s, CC_OP_SUBB + ot, (JCC_Z << 1) | (nz ^ 1), l2); \
2501 gen_jcc1(s, cc_op, b, l1);
2512 gen_jcc1(s, cc_op, b, l1);
2535 gen_jcc1(s, s->cc_op, b ^ 1, l1);
6327 gen_jcc1(s, s->cc_op, op1, l1);
6726 gen_jcc1(s, s->cc_op, b ^ 1, l1);
6734 gen_jcc1(s, s->cc_op, b ^ 1, l1);

Completed in 63 milliseconds