Home | History | Annotate | Download | only in arm64

Lines Matching defs:CompareAndBranch

72 // This uses MacroAssembler's CompareAndBranch function so it will handle
76 class CompareAndBranch : public BranchGenerator {
78 CompareAndBranch(LCodeGen* codegen,
88 __ CompareAndBranch(lhs_, rhs_, cond_, label);
92 __ CompareAndBranch(lhs_, rhs_, NegateCondition(cond_), label);
1409 CompareAndBranch branch(this, condition, lhs, rhs);