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 423 // if op2 is min jmp op2_label
428 // op2_label:
438 NearLabel nan, done, op2_label; local
447 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label);
492 __ Bind(&op2_label);
    [all...]
intrinsics_x86_64.cc 311 // if op2 is min jmp op2_label
316 // op2_label:
326 NearLabel nan, done, op2_label; local
335 __ j(is_min ? Condition::kAbove : Condition::kBelow, &op2_label);
364 __ Bind(&op2_label);
    [all...]

Completed in 364 milliseconds