cc 5968 src/arm/code-stubs-arm.cc __ mov(r3, Operand(r3, ASR, 1), SetCC, cc); cc 675 src/arm/lithium-codegen-arm.cc if (FLAG_trap_on_deopt) __ stop("trap_on_deopt", cc); cc 677 src/arm/lithium-codegen-arm.cc if (cc == al) { cc 686 src/arm/lithium-codegen-arm.cc __ b(cc, &deopt_jump_table_.last().label); cc 1723 src/arm/lithium-codegen-arm.cc __ b(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); cc 1725 src/arm/lithium-codegen-arm.cc __ b(cc, chunk_->GetAssemblyLabel(left_block)); cc 1727 src/arm/lithium-codegen-arm.cc __ b(cc, chunk_->GetAssemblyLabel(left_block)); cc 242 src/arm/lithium-codegen-arm.h void DeoptimizeIf(Condition cc, LEnvironment* environment); cc 284 src/arm/lithium-codegen-arm.h void EmitBranch(int left_block, int right_block, Condition cc); cc 2981 src/arm/macro-assembler-arm.cc b(cc, smi_case); // Shifter carry is not set for a smi. cc 3467 src/arm/macro-assembler-arm.cc b(cc, condition_met); cc 210 src/arm/macro-assembler-arm.h Condition cc, cc 1301 src/arm/simulator-arm.cc case cc: return !c_flag_; cc 545 src/code-stubs.h CompareStub(Condition cc, cc 550 src/code-stubs.h cc_(cc), cc 558 src/code-stubs.h CompareStub(Condition cc, cc 561 src/code-stubs.h cc_(cc), cc 311 src/full-codegen.h void Split(Condition cc, cc 318 src/full-codegen.h void Split(Condition cc, cc 712 src/ia32/assembler-ia32.cc EMIT(0x40 + cc); cc 1504 src/ia32/assembler-ia32.cc ASSERT(0 <= cc && cc < 16); cc 1512 src/ia32/assembler-ia32.cc EMIT(0x70 | cc); cc 1517 src/ia32/assembler-ia32.cc EMIT(0x80 | cc); cc 1521 src/ia32/assembler-ia32.cc EMIT(0x70 | cc); cc 1528 src/ia32/assembler-ia32.cc EMIT(0x80 | cc); cc 1536 src/ia32/assembler-ia32.cc ASSERT((0 <= cc) && (cc < 16)); cc 1539 src/ia32/assembler-ia32.cc EMIT(0x80 | cc); cc 1548 src/ia32/assembler-ia32.cc EMIT(0x80 | cc); cc 1916 src/ia32/assembler-ia32.cc EMIT(0x90 | cc); cc 233 src/ia32/assembler-ia32.h inline Condition NegateCondition(Condition cc) { cc 234 src/ia32/assembler-ia32.h return static_cast<Condition>(cc ^ 1); cc 239 src/ia32/assembler-ia32.h inline Condition ReverseCondition(Condition cc) { cc 240 src/ia32/assembler-ia32.h switch (cc) { cc 258 src/ia32/assembler-ia32.h return cc; cc 725 src/ia32/assembler-ia32.h void cmov(Condition cc, Register dst, Register src) { cc 726 src/ia32/assembler-ia32.h cmov(cc, dst, Operand(src)); cc 728 src/ia32/assembler-ia32.h void cmov(Condition cc, Register dst, const Operand& src); cc 898 src/ia32/assembler-ia32.h void j(Condition cc, cc 901 src/ia32/assembler-ia32.h void j(Condition cc, byte* entry, RelocInfo::Mode rmode); cc 902 src/ia32/assembler-ia32.h void j(Condition cc, Handle<Code> code); cc 974 src/ia32/assembler-ia32.h void setcc(Condition cc, Register reg); cc 4310 src/ia32/code-stubs-ia32.cc ASSERT(cc != equal); cc 4311 src/ia32/code-stubs-ia32.cc ASSERT((cc == less) || (cc == less_equal) cc 4312 src/ia32/code-stubs-ia32.cc || (cc == greater) || (cc == greater_equal)); cc 4313 src/ia32/code-stubs-ia32.cc return (cc == greater || cc == greater_equal) ? LESS : GREATER; cc 91 src/ia32/full-codegen-ia32.cc ASSERT(cc == carry || cc == not_carry); cc 93 src/ia32/full-codegen-ia32.cc __ j(cc, target, distance); cc 674 src/ia32/full-codegen-ia32.cc __ j(cc, if_true); cc 676 src/ia32/full-codegen-ia32.cc __ j(NegateCondition(cc), if_false); cc 678 src/ia32/full-codegen-ia32.cc __ j(cc, if_true); cc 4326 src/ia32/full-codegen-ia32.cc Condition cc = no_condition; cc 4330 src/ia32/full-codegen-ia32.cc cc = equal; cc 4333 src/ia32/full-codegen-ia32.cc cc = less; cc 4336 src/ia32/full-codegen-ia32.cc cc = greater; cc 4339 src/ia32/full-codegen-ia32.cc cc = less_equal; cc 4342 src/ia32/full-codegen-ia32.cc cc = greater_equal; cc 4359 src/ia32/full-codegen-ia32.cc Split(cc, if_true, if_false, NULL); cc 4371 src/ia32/full-codegen-ia32.cc Split(cc, if_true, if_false, fall_through); cc 1765 src/ia32/ic-ia32.cc Condition cc = (check == ENABLE_INLINED_SMI_CHECK) cc 1768 src/ia32/ic-ia32.cc *jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc); cc 647 src/ia32/lithium-codegen-ia32.cc if (cc == no_condition) { cc 653 src/ia32/lithium-codegen-ia32.cc __ j(NegateCondition(cc), &done, Label::kNear); cc 658 src/ia32/lithium-codegen-ia32.cc __ j(cc, entry, RelocInfo::RUNTIME_ENTRY); cc 1572 src/ia32/lithium-codegen-ia32.cc __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); cc 1574 src/ia32/lithium-codegen-ia32.cc __ j(cc, chunk_->GetAssemblyLabel(left_block)); cc 1576 src/ia32/lithium-codegen-ia32.cc __ j(cc, chunk_->GetAssemblyLabel(left_block)); cc 1743 src/ia32/lithium-codegen-ia32.cc Condition cc = TokenToCondition(instr->op(), instr->is_double()); cc 1765 src/ia32/lithium-codegen-ia32.cc cc = ReverseCondition(cc); cc 1770 src/ia32/lithium-codegen-ia32.cc EmitBranch(true_block, false_block, cc); cc 232 src/ia32/lithium-codegen-ia32.h void DeoptimizeIf(Condition cc, LEnvironment* environment); cc 278 src/ia32/lithium-codegen-ia32.h void EmitBranch(int left_block, int right_block, Condition cc); cc 62 src/ia32/macro-assembler-ia32.cc ASSERT(cc == equal || cc == not_equal); cc 77 src/ia32/macro-assembler-ia32.cc j(cc, condition_met, condition_met_distance); cc 2414 src/ia32/macro-assembler-ia32.cc j(NegateCondition(cc), &skip); cc 2429 src/ia32/macro-assembler-ia32.cc j(NegateCondition(cc), &skip); cc 2439 src/ia32/macro-assembler-ia32.cc if (emit_debug_code()) Check(cc, msg); cc 2464 src/ia32/macro-assembler-ia32.cc j(cc, &L); cc 2672 src/ia32/macro-assembler-ia32.cc ASSERT(cc == zero || cc == not_zero); cc 2685 src/ia32/macro-assembler-ia32.cc j(cc, condition_met, condition_met_distance); cc 2695 src/ia32/macro-assembler-ia32.cc ASSERT(cc == zero || cc == not_zero); cc 2707 src/ia32/macro-assembler-ia32.cc j(cc, condition_met, condition_met_distance); cc 89 src/ia32/macro-assembler-ia32.h Condition cc, cc 96 src/ia32/macro-assembler-ia32.h Condition cc, cc 793 src/ia32/macro-assembler-ia32.h void IncrementCounter(Condition cc, StatsCounter* counter, int value); cc 794 src/ia32/macro-assembler-ia32.h void DecrementCounter(Condition cc, StatsCounter* counter, int value); cc 802 src/ia32/macro-assembler-ia32.h void Assert(Condition cc, const char* msg); cc 807 src/ia32/macro-assembler-ia32.h void Check(Condition cc, const char* msg); cc 894 src/ia32/macro-assembler-ia32.h Condition cc, cc 2051 src/jsregexp.cc ZoneList<CharacterRange>* ranges = cc->ranges(zone); cc 2075 src/jsregexp.cc if (!cc->is_negated()) { cc 2086 src/jsregexp.cc if (cc->is_negated()) { cc 2097 src/jsregexp.cc !cc->is_negated() && cc 2110 src/jsregexp.cc if (cc->is_standard(zone) && cc 2111 src/jsregexp.cc macro_assembler->CheckSpecialCharacterClass(cc->standard_type(), cc 2126 src/jsregexp.cc bool zeroth_entry_is_failure = !cc->is_negated(); cc 2718 src/jsregexp.cc RegExpCharacterClass* cc = elm.data.u_char_class; cc 2719 src/jsregexp.cc ZoneList<CharacterRange>* ranges = cc->ranges(zone()); cc 2725 src/jsregexp.cc if (cc->is_negated()) { cc 3179 src/jsregexp.cc RegExpCharacterClass* cc = elm.data.u_char_class; cc 3181 src/jsregexp.cc cc, cc 3305 src/jsregexp.cc RegExpCharacterClass* cc = elm.data.u_char_class; cc 3308 src/jsregexp.cc if (cc->is_standard(zone())) continue; cc 3309 src/jsregexp.cc ZoneList<CharacterRange>* ranges = cc->ranges(zone()); cc 1584 src/mips/assembler-mips.cc rt.code_ = (cc & 0x0007) << 2 | 1; cc 1591 src/mips/assembler-mips.cc rt.code_ = (cc & 0x0007) << 2 | 0; cc 1863 src/mips/assembler-mips.cc ASSERT(is_uint3(cc)); cc 1866 src/mips/assembler-mips.cc | cc << 8 | 3 << 4 | cond; cc 1883 src/mips/assembler-mips.cc ASSERT(is_uint3(cc)); cc 1884 src/mips/assembler-mips.cc Instr instr = COP1 | BC1 | cc << 18 | 0 << 16 | (offset & kImm16Mask); cc 1891 src/mips/assembler-mips.cc ASSERT(is_uint3(cc)); cc 1892 src/mips/assembler-mips.cc Instr instr = COP1 | BC1 | cc << 18 | 1 << 16 | (offset & kImm16Mask); cc 783 src/mips/assembler-mips.h void movt(Register rd, Register rs, uint16_t cc = 0); cc 784 src/mips/assembler-mips.h void movf(Register rd, Register rs, uint16_t cc = 0); cc 849 src/mips/assembler-mips.h FPURegister ft, FPURegister fs, uint16_t cc = 0); cc 851 src/mips/assembler-mips.h void bc1f(int16_t offset, uint16_t cc = 0); cc 852 src/mips/assembler-mips.h void bc1f(Label* L, uint16_t cc = 0) { bc1f(branch_offset(L, false)>>2, cc); } cc 853 src/mips/assembler-mips.h void bc1t(int16_t offset, uint16_t cc = 0); cc 854 src/mips/assembler-mips.h void bc1t(Label* L, uint16_t cc = 0) { bc1t(branch_offset(L, false)>>2, cc); } cc 1204 src/mips/code-stubs-mips.cc if (cc != eq || !never_nan_nan) { cc 1211 src/mips/code-stubs-mips.cc if (cc == less || cc == greater) { cc 1218 src/mips/code-stubs-mips.cc if (cc != eq) { cc 1223 src/mips/code-stubs-mips.cc if (cc == less_equal || cc == greater_equal) { cc 1227 src/mips/code-stubs-mips.cc if (cc == le) { cc 1242 src/mips/code-stubs-mips.cc if (cc == less) { cc 1244 src/mips/code-stubs-mips.cc } else if (cc == greater) { cc 1251 src/mips/code-stubs-mips.cc if (cc != eq || !never_nan_nan) { cc 1255 src/mips/code-stubs-mips.cc if (cc != lt && cc != gt) { cc 1278 src/mips/code-stubs-mips.cc if (cc != eq) { cc 1281 src/mips/code-stubs-mips.cc if (cc == le) { cc 1434 src/mips/code-stubs-mips.cc if (cc == lt || cc == le) { cc 1453 src/mips/code-stubs-mips.cc if (cc == eq) { cc 480 src/mips/constants-mips.h inline Condition NegateCondition(Condition cc) { cc 481 src/mips/constants-mips.h ASSERT(cc != cc_always); cc 482 src/mips/constants-mips.h return static_cast<Condition>(cc ^ 1); cc 486 src/mips/constants-mips.h inline Condition ReverseCondition(Condition cc) { cc 487 src/mips/constants-mips.h switch (cc) { cc 505 src/mips/constants-mips.h return cc; cc 242 src/mips/disasm-mips.cc int cc = instr->FBccValue(); cc 243 src/mips/disasm-mips.cc out_buffer_pos_ += OS::SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc); cc 249 src/mips/disasm-mips.cc int cc = instr->FCccValue(); cc 250 src/mips/disasm-mips.cc out_buffer_pos_ += OS::SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc); cc 707 src/mips/full-codegen-mips.cc __ Branch(if_true, cc, lhs, rhs); cc 709 src/mips/full-codegen-mips.cc __ Branch(if_false, NegateCondition(cc), lhs, rhs); cc 711 src/mips/full-codegen-mips.cc __ Branch(if_true, cc, lhs, rhs); cc 4384 src/mips/full-codegen-mips.cc Condition cc = eq; cc 4388 src/mips/full-codegen-mips.cc cc = eq; cc 4391 src/mips/full-codegen-mips.cc cc = lt; cc 4394 src/mips/full-codegen-mips.cc cc = gt; cc 4397 src/mips/full-codegen-mips.cc cc = le; cc 4400 src/mips/full-codegen-mips.cc cc = ge; cc 4416 src/mips/full-codegen-mips.cc Split(cc, a1, Operand(a0), if_true, if_false, NULL); cc 4425 src/mips/full-codegen-mips.cc Split(cc, v0, Operand(zero_reg), if_true, if_false, fall_through); cc 635 src/mips/lithium-codegen-mips.cc if (cc != al) { cc 636 src/mips/lithium-codegen-mips.cc __ Branch(&skip, NegateCondition(cc), src1, src2); cc 644 src/mips/lithium-codegen-mips.cc __ Jump(entry, RelocInfo::RUNTIME_ENTRY, cc, src1, src2); cc 1433 src/mips/lithium-codegen-mips.cc NegateCondition(cc), src1, src2); cc 1435 src/mips/lithium-codegen-mips.cc __ Branch(chunk_->GetAssemblyLabel(left_block), cc, src1, src2); cc 1437 src/mips/lithium-codegen-mips.cc __ Branch(chunk_->GetAssemblyLabel(left_block), cc, src1, src2); cc 1452 src/mips/lithium-codegen-mips.cc NegateCondition(cc), src1, src2); cc 1454 src/mips/lithium-codegen-mips.cc __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, cc, src1, src2); cc 1456 src/mips/lithium-codegen-mips.cc __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, cc, src1, src2); cc 2096 src/mips/lithium-codegen-mips.cc Condition cc = __ IsObjectStringType(object, temp, temp); cc 2097 src/mips/lithium-codegen-mips.cc __ Branch(&false_result, cc, temp, Operand(zero_reg)); cc 239 src/mips/lithium-codegen-mips.h void DeoptimizeIf(Condition cc, cc 286 src/mips/lithium-codegen-mips.h Condition cc, cc 291 src/mips/lithium-codegen-mips.h Condition cc, cc 180 src/mips/macro-assembler-mips.cc ASSERT(cc == eq || cc == ne); cc 182 src/mips/macro-assembler-mips.cc Branch(branch, cc, scratch, cc 1110 src/mips/macro-assembler-mips.cc if (cc == al) { cc 1126 src/mips/macro-assembler-mips.cc switch (cc) { cc 1228 src/mips/macro-assembler-mips.cc ASSERT(cc == 0); cc 1245 src/mips/macro-assembler-mips.cc movt(rd, rs, cc); cc 1254 src/mips/macro-assembler-mips.cc ASSERT(cc == 0); cc 1271 src/mips/macro-assembler-mips.cc movf(rd, rs, cc); cc 4340 src/mips/macro-assembler-mips.cc Check(cc, msg, rs, rt); cc 4375 src/mips/macro-assembler-mips.cc Branch(&L, cc, rs, rt); cc 5103 src/mips/macro-assembler-mips.cc Branch(condition_met, cc, scratch, Operand(zero_reg)); cc 253 src/mips/macro-assembler-mips.h void Movt(Register rd, Register rs, uint16_t cc = 0); cc 254 src/mips/macro-assembler-mips.h void Movf(Register rd, Register rs, uint16_t cc = 0); cc 316 src/mips/macro-assembler-mips.h Condition cc, cc 729 src/mips/macro-assembler-mips.h Condition cc, cc 738 src/mips/macro-assembler-mips.h Condition cc, cc 741 src/mips/macro-assembler-mips.h BranchF(target, nan, cc, cmp1, cmp2, bd); cc 1260 src/mips/macro-assembler-mips.h void Assert(Condition cc, const char* msg, Register rs, Operand rt); cc 1265 src/mips/macro-assembler-mips.h void Check(Condition cc, const char* msg, Register rs, Operand rt); cc 57 src/mips/simulator-mips.cc if (cc == 0) { cc 60 src/mips/simulator-mips.cc return 24 + cc; cc 1158 src/mips/simulator-mips.cc FCSR_ |= (1 << cc); cc 1160 src/mips/simulator-mips.cc FCSR_ &= ~(1 << cc); cc 1166 src/mips/simulator-mips.cc return FCSR_ & (1 << cc); cc 2015 src/mips/simulator-mips.cc uint32_t cc, fcsr_cc; cc 2019 src/mips/simulator-mips.cc cc = instr->FCccValue(); cc 2020 src/mips/simulator-mips.cc fcsr_cc = get_fcsr_condition_bit(cc); cc 2248 src/mips/simulator-mips.cc uint32_t cc = instr->FBccValue(); cc 2249 src/mips/simulator-mips.cc uint32_t fcsr_cc = get_fcsr_condition_bit(cc); cc 2329 src/mips/simulator-mips.cc uint32_t cc, cc_value, fcsr_cc; cc 2342 src/mips/simulator-mips.cc cc = instr->FBccValue(); cc 2343 src/mips/simulator-mips.cc fcsr_cc = get_fcsr_condition_bit(cc); cc 196 src/mips/simulator-mips.h void set_fcsr_bit(uint32_t cc, bool value); cc 197 src/mips/simulator-mips.h bool test_fcsr_bit(uint32_t cc); cc 37 src/regexp-macro-assembler.h RegExpCharacterClass cc; cc 940 src/x64/assembler-x64.cc if (cc == always) { cc 942 src/x64/assembler-x64.cc } else if (cc == never) { cc 947 src/x64/assembler-x64.cc ASSERT(cc >= 0); // Use mov for unconditional moves. cc 952 src/x64/assembler-x64.cc emit(0x40 + cc); cc 958 src/x64/assembler-x64.cc if (cc == always) { cc 960 src/x64/assembler-x64.cc } else if (cc == never) { cc 963 src/x64/assembler-x64.cc ASSERT(cc >= 0); cc 968 src/x64/assembler-x64.cc emit(0x40 + cc); cc 974 src/x64/assembler-x64.cc if (cc == always) { cc 976 src/x64/assembler-x64.cc } else if (cc == never) { cc 979 src/x64/assembler-x64.cc ASSERT(cc >= 0); cc 984 src/x64/assembler-x64.cc emit(0x40 + cc); cc 990 src/x64/assembler-x64.cc if (cc == always) { cc 992 src/x64/assembler-x64.cc } else if (cc == never) { cc 995 src/x64/assembler-x64.cc ASSERT(cc >= 0); cc 1000 src/x64/assembler-x64.cc emit(0x40 + cc); cc 1222 src/x64/assembler-x64.cc if (cc == always) { cc 1225 src/x64/assembler-x64.cc } else if (cc == never) { cc 1229 src/x64/assembler-x64.cc ASSERT(is_uint4(cc)); cc 1237 src/x64/assembler-x64.cc emit(0x70 | cc); cc 1242 src/x64/assembler-x64.cc emit(0x80 | cc); cc 1247 src/x64/assembler-x64.cc emit(0x70 | cc); cc 1259 src/x64/assembler-x64.cc emit(0x80 | cc); cc 1265 src/x64/assembler-x64.cc emit(0x80 | cc); cc 1277 src/x64/assembler-x64.cc ASSERT(is_uint4(cc)); cc 1280 src/x64/assembler-x64.cc emit(0x80 | cc); cc 1930 src/x64/assembler-x64.cc if (cc > last_condition) { cc 1931 src/x64/assembler-x64.cc movb(reg, Immediate(cc == always ? 1 : 0)); cc 1935 src/x64/assembler-x64.cc ASSERT(is_uint4(cc)); cc 1940 src/x64/assembler-x64.cc emit(0x90 | cc); cc 326 src/x64/assembler-x64.h inline Condition NegateCondition(Condition cc) { cc 327 src/x64/assembler-x64.h return static_cast<Condition>(cc ^ 1); cc 332 src/x64/assembler-x64.h inline Condition ReverseCondition(Condition cc) { cc 333 src/x64/assembler-x64.h switch (cc) { cc 351 src/x64/assembler-x64.h return cc; cc 740 src/x64/assembler-x64.h void cmovq(Condition cc, Register dst, Register src); cc 741 src/x64/assembler-x64.h void cmovq(Condition cc, Register dst, const Operand& src); cc 742 src/x64/assembler-x64.h void cmovl(Condition cc, Register dst, Register src); cc 743 src/x64/assembler-x64.h void cmovl(Condition cc, Register dst, const Operand& src); cc 1181 src/x64/assembler-x64.h void setcc(Condition cc, Register reg); cc 1233 src/x64/assembler-x64.h void j(Condition cc, cc 1236 src/x64/assembler-x64.h void j(Condition cc, Handle<Code> target, RelocInfo::Mode rmode); cc 3376 src/x64/code-stubs-x64.cc ASSERT(cc != equal); cc 3377 src/x64/code-stubs-x64.cc ASSERT((cc == less) || (cc == less_equal) cc 3378 src/x64/code-stubs-x64.cc || (cc == greater) || (cc == greater_equal)); cc 3379 src/x64/code-stubs-x64.cc return (cc == greater || cc == greater_equal) ? LESS : GREATER; cc 91 src/x64/full-codegen-x64.cc ASSERT(cc == carry || cc == not_carry); cc 93 src/x64/full-codegen-x64.cc __ j(cc, target, near_jump); cc 680 src/x64/full-codegen-x64.cc __ j(cc, if_true); cc 682 src/x64/full-codegen-x64.cc __ j(NegateCondition(cc), if_false); cc 684 src/x64/full-codegen-x64.cc __ j(cc, if_true); cc 4317 src/x64/full-codegen-x64.cc Condition cc = no_condition; cc 4321 src/x64/full-codegen-x64.cc cc = equal; cc 4324 src/x64/full-codegen-x64.cc cc = less; cc 4327 src/x64/full-codegen-x64.cc cc = greater; cc 4330 src/x64/full-codegen-x64.cc cc = less_equal; cc 4333 src/x64/full-codegen-x64.cc cc = greater_equal; cc 4350 src/x64/full-codegen-x64.cc Split(cc, if_true, if_false, NULL); cc 4362 src/x64/full-codegen-x64.cc Split(cc, if_true, if_false, fall_through); cc 1778 src/x64/ic-x64.cc Condition cc = (check == ENABLE_INLINED_SMI_CHECK) cc 1781 src/x64/ic-x64.cc *jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc); cc 554 src/x64/lithium-codegen-x64.cc if (cc == no_condition) { cc 563 src/x64/lithium-codegen-x64.cc __ j(cc, &jump_table_.last().label); cc 1459 src/x64/lithium-codegen-x64.cc __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); cc 1461 src/x64/lithium-codegen-x64.cc __ j(cc, chunk_->GetAssemblyLabel(left_block)); cc 1463 src/x64/lithium-codegen-x64.cc __ j(cc, chunk_->GetAssemblyLabel(left_block)); cc 1464 src/x64/lithium-codegen-x64.cc if (cc != always) { cc 1628 src/x64/lithium-codegen-x64.cc Condition cc = TokenToCondition(instr->op(), instr->is_double()); cc 1657 src/x64/lithium-codegen-x64.cc cc = ReverseCondition(cc); cc 1666 src/x64/lithium-codegen-x64.cc EmitBranch(true_block, false_block, cc); cc 4130 src/x64/lithium-codegen-x64.cc Condition cc = masm()->CheckSmi(ToRegister(input)); cc 4131 src/x64/lithium-codegen-x64.cc DeoptimizeIf(NegateCondition(cc), instr->environment()); cc 4137 src/x64/lithium-codegen-x64.cc Condition cc = masm()->CheckSmi(ToRegister(input)); cc 4138 src/x64/lithium-codegen-x64.cc DeoptimizeIf(cc, instr->environment()); cc 4980 src/x64/lithium-codegen-x64.cc Condition cc = masm()->CheckSmi(rax); cc 4981 src/x64/lithium-codegen-x64.cc DeoptimizeIf(cc, instr->environment()); cc 5013 src/x64/lithium-codegen-x64.cc Condition cc = masm()->CheckSmi(result); cc 5014 src/x64/lithium-codegen-x64.cc DeoptimizeIf(cc, instr->environment()); cc 222 src/x64/lithium-codegen-x64.h void DeoptimizeIf(Condition cc, LEnvironment* environment); cc 267 src/x64/lithium-codegen-x64.h void EmitBranch(int left_block, int right_block, Condition cc); cc 277 src/x64/macro-assembler-x64.cc j(cc, branch, distance); cc 289 src/x64/macro-assembler-x64.cc j(cc, branch, distance); cc 446 src/x64/macro-assembler-x64.cc if (emit_debug_code()) Check(cc, msg); cc 470 src/x64/macro-assembler-x64.cc j(cc, &L, Label::kNear); cc 4264 src/x64/macro-assembler-x64.cc ASSERT(cc == zero || cc == not_zero); cc 4277 src/x64/macro-assembler-x64.cc j(cc, condition_met, condition_met_distance); cc 179 src/x64/macro-assembler-x64.h Condition cc, cc 1280 src/x64/macro-assembler-x64.h void Assert(Condition cc, const char* msg); cc 1285 src/x64/macro-assembler-x64.h void Check(Condition cc, const char* msg); cc 1378 src/x64/macro-assembler-x64.h Condition cc, cc 131 test/cctest/test-disasm-arm.cc COMPARE(sub(r5, r6, Operand(r10, LSL, 30), SetCC, cc), cc 252 test/cctest/test-disasm-arm.cc COMPARE(mvn(r5, Operand(r4), SetCC, cc), cc 361 test/cctest/test-disasm-arm.cc COMPARE(eor(r4, r1, Operand(0x10000000), SetCC, cc), cc 468 test/cctest/test-disasm-arm.cc COMPARE(vmul(d6, d4, d5, cc),