Home
last modified time | relevance | path

Searched refs:not_taken (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/arm/
Dint_arm.cc173 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedLongCmpImmBranch() local
189 OpCmpImmBranch(kCondNe, high_reg, val_hi, (ccode == kCondEq) ? not_taken : taken); in GenFusedLongCmpImmBranch()
193 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken); in GenFusedLongCmpImmBranch()
198 OpCmpImmBranch(kCondGt, high_reg, val_hi, not_taken); in GenFusedLongCmpImmBranch()
203 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken); in GenFusedLongCmpImmBranch()
208 OpCmpImmBranch(kCondLt, high_reg, val_hi, not_taken); in GenFusedLongCmpImmBranch()
338 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedLongCmpBranch() local
344 OpCondBranch(kCondNe, not_taken); in GenFusedLongCmpBranch()
351 OpCondBranch(kCondGt, not_taken); in GenFusedLongCmpBranch()
356 OpCondBranch(kCondGt, not_taken); in GenFusedLongCmpBranch()
[all …]
/art/compiler/dex/quick/x86/
Dfp_x86.cc515 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedFPCmpBranch() local
537 branch->target = not_taken; in GenFusedFPCmpBranch()
549 branch->target = not_taken; in GenFusedFPCmpBranch()
556 branch->target = not_taken; in GenFusedFPCmpBranch()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc227 LIR* not_taken = &block_label_list_[bb->fall_through]; in GenFusedLongCmpBranch() local
244 OpCmpImmBranch(NegateComparison(ccode), rl_src1.reg, 0, not_taken); in GenFusedLongCmpBranch()
253 OpCondBranch(NegateComparison(ccode), not_taken); in GenFusedLongCmpBranch()
261 OpCondBranch(NegateComparison(ccode), not_taken); in GenFusedLongCmpBranch()