Home | History | Annotate | Download | only in x86

Lines Matching defs:cc

98   X86ConditionCode cc = X86ConditionEncoding(cond);
100 cc);
117 X86ConditionCode cc = X86ConditionEncoding(cond);
118 LIR* branch = NewLIR2(kX86Jcc8, 0 /* lir operand for Jcc offset */ , cc);
238 // and it cannot use xor because it makes cc flags to be dirty
335 ConditionCode cc = true_zero_case ? NegateComparison(ccode) : ccode;
340 OpCondRegReg(kOpCmov, cc, rl_result.reg, temp1_reg);