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

  /art/compiler/dex/quick/arm/
int_arm.cc 173 LIR* not_taken = &block_label_list_[bb->fall_through]; local
189 OpCmpImmBranch(kCondNe, high_reg, val_hi, (ccode == kCondEq) ? not_taken : taken);
193 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
198 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
203 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
208 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
338 LIR* not_taken = &block_label_list_[bb->fall_through]; local
344 OpCondBranch(kCondNe, not_taken);
351 OpCondBranch(kCondGt, not_taken);
356 OpCondBranch(kCondGt, not_taken);
    [all...]
  /art/compiler/dex/quick/x86/
fp_x86.cc 515 LIR* not_taken = &block_label_list_[bb->fall_through]; local
537 branch->target = not_taken;
549 branch->target = not_taken;
556 branch->target = not_taken;
  /art/compiler/dex/quick/arm64/
int_arm64.cc 227 LIR* not_taken = &block_label_list_[bb->fall_through]; local
244 OpCmpImmBranch(NegateComparison(ccode), rl_src1.reg, 0, not_taken); local
253 OpCondBranch(NegateComparison(ccode), not_taken); local
261 OpCondBranch(NegateComparison(ccode), not_taken); local
    [all...]

Completed in 668 milliseconds