HomeSort by relevance Sort by last modified time
    Searched full:jcc_op (Results 1 - 1 of 1) sorted by null

  /external/qemu/target-i386/
translate.c 835 static inline void gen_setcc_slow_T0(DisasContext *s, int jcc_op)
839 switch(jcc_op) {
893 int jcc_op; local
894 jcc_op = (b >> 1) & 7;
901 if (jcc_op == JCC_O || jcc_op == JCC_P)
930 if (jcc_op != JCC_Z && jcc_op != JCC_S)
944 int inv, jcc_op, size, cond; local
948 jcc_op = (b >> 1) & 7
2343 int inv, jcc_op, l1; local
    [all...]

Completed in 93 milliseconds