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

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
predict.h 35 NOT_TAKEN,
gimple.def 342 OUTCOME is NOT_TAKEN or TAKEN. */
gimple.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
predict.h 35 NOT_TAKEN,
gimple.def 342 OUTCOME is NOT_TAKEN or TAKEN. */
gimple.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
predict.h 35 NOT_TAKEN,
gimple.def 342 OUTCOME is NOT_TAKEN or TAKEN. */
gimple.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
predict.h 35 NOT_TAKEN,
gimple.def 342 OUTCOME is NOT_TAKEN or TAKEN. */
gimple.h     [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 127 LIR* not_taken = &block_label_list_[bb->fall_through->id]; local
138 target = not_taken;
155 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
160 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken);
165 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
170 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken);
269 LIR* not_taken = &block_label_list_[bb->fall_through->id]; local
275 OpCondBranch(kCondNe, not_taken);
282 OpCondBranch(kCondGt, not_taken);
287 OpCondBranch(kCondGt, not_taken);
    [all...]
  /art/compiler/dex/quick/x86/
fp_x86.cc 288 LIR* not_taken = &block_label_list_[bb->fall_through->id]; local
311 branch->target = not_taken;
323 branch->target = not_taken;
330 branch->target = not_taken;
  /external/llvm/test/CodeGen/Hexagon/
BranchPredict.ll 6 ; should then get the right hint (not_taken or ":nt")

Completed in 3439 milliseconds