Lines Matching defs:cc
607 void LCodeGen::DeoptimizeIf(Condition cc,
630 if (cc != al) {
631 __ Branch(&skip, NegateCondition(cc), src1, src2);
639 __ Jump(entry, RelocInfo::RUNTIME_ENTRY, cc, src1, src2);
1420 Condition cc, Register src1, const Operand& src2) {
1428 NegateCondition(cc), src1, src2);
1430 __ Branch(chunk_->GetAssemblyLabel(left_block), cc, src1, src2);
1432 __ Branch(chunk_->GetAssemblyLabel(left_block), cc, src1, src2);
1439 Condition cc, FPURegister src1, FPURegister src2) {
1447 NegateCondition(cc), src1, src2);
1449 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, cc, src1, src2);
1451 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, cc, src1, src2);
2091 Condition cc = __ IsObjectStringType(object, temp, temp);
2092 __ Branch(&false_result, cc, temp, Operand(zero_reg));