HomeSort by relevance Sort by last modified time
    Searched defs:CompareAndBranch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h     [all...]
lithium-codegen-arm64.cc 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);
    [all...]

Completed in 66 milliseconds