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

  /art/compiler/optimizing/
intrinsics_x86.cc 511 // if op2 is min jmp op2_label
516 // op2_label:
526 NearLabel nan, done, op2_label; local
535 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label);
582 __ Bind(&op2_label);
    [all...]
intrinsics_x86_64.cc 355 // if op2 is min jmp op2_label
360 // op2_label:
370 NearLabel nan, done, op2_label; local
379 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label);
408 __ Bind(&op2_label);
    [all...]

Completed in 101 milliseconds