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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
predict.h 34 NOT_TAKEN,
gimple.def 356 OUTCOME is NOT_TAKEN or TAKEN. */
gimple.h     [all...]
  /external/llvm/test/CodeGen/Hexagon/
BranchPredict.ll 6 ; should then get the right hint (not_taken or ":nt")
  /art/compiler/dex/quick/arm/
int_arm.cc 162 LIR* not_taken = &block_label_list_[bb->fall_through]; local
178 OpCmpImmBranch(kCondNe, high_reg, val_hi, (ccode == kCondEq) ? not_taken : taken);
182 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
187 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
192 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
197 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
325 LIR* not_taken = &block_label_list_[bb->fall_through]; local
331 OpCondBranch(kCondNe, not_taken);
338 OpCondBranch(kCondGt, not_taken);
343 OpCondBranch(kCondGt, not_taken);
    [all...]
  /art/compiler/dex/quick/x86/
fp_x86.cc 496 LIR* not_taken = &block_label_list_[bb->fall_through]; local
518 branch->target = not_taken;
530 branch->target = not_taken;
537 branch->target = not_taken;
  /art/compiler/dex/quick/arm64/
int_arm64.cc 218 LIR* not_taken = &block_label_list_[bb->fall_through]; local
235 OpCmpImmBranch(NegateComparison(ccode), rl_src1.reg, 0, not_taken); local
244 OpCondBranch(NegateComparison(ccode), not_taken); local
252 OpCondBranch(NegateComparison(ccode), not_taken); local
    [all...]

Completed in 597 milliseconds