Lines Matching full:bgeu
3002 __ Bgeu(index, length, slow_path->GetEntryLabel());
4141 __ Bgeu(lhs, rhs_reg, label);
4144 __ Bgeu(rhs_reg, lhs, label);
4214 __ Bgeu(lhs, TMP, label);
4226 __ Bgeu(TMP, lhs, label);
4288 __ Bgeu(AT, TMP, label);
8434 __ Bgeu(TMP, AT, codegen_->GetLabelOf(default_block));