Home | History | Annotate | Download | only in optimizing

Lines Matching full:cbz

1082     __ Cbz(value, &done);
1537 __ Cbz(temp, codegen_->GetLabelOf(successor));
2736 __ Cbz(InputRegisterAt(instruction, 0), slow_path->GetEntryLabel());
2846 __ Cbz(InputRegisterAt(instruction, condition_input_index), false_target);
2883 __ Cbz(lhs, non_fallthrough_target);
3160 __ Cbz(obj, &zero);
3184 __ Cbz(out, &done);
3222 __ Cbz(out, &done);
3355 __ Cbz(obj, &done);
3452 __ Cbz(temp, &done);
3957 __ Cbz(out, slow_path->GetEntryLabel());
4123 __ Cbz(out, slow_path->GetEntryLabel());
4350 __ Cbz(RegisterFrom(obj, instruction->InputAt(0)->GetType()), slow_path->GetEntryLabel());