Home | History | Annotate | Download | only in arm

Lines Matching full:not_taken

127   LIR* not_taken = &block_label_list_[bb->fall_through->id];
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];
275 OpCondBranch(kCondNe, not_taken);
282 OpCondBranch(kCondGt, not_taken);
287 OpCondBranch(kCondGt, not_taken);
292 OpCondBranch(kCondLt, not_taken);
297 OpCondBranch(kCondLt, not_taken);