Home | History | Annotate | Download | only in priv

Lines Matching refs:X86CondB

669       case X86CondB: /* CF == 1 */
879 if (isU32(cc_op, X86G_CC_OP_SUBL) && isU32(cond, X86CondB)) {
1156 && (isU32(cond, X86CondB) || isU32(cond, X86CondNB))) {
1159 UInt nnn = isU32(cond, X86CondB) ? 1 : 0;