Lines Matching refs:Bltu
4717 __ Bltu(lhs, rhs_reg, label); in GenerateIntCompareAndBranch() local
4726 __ Bltu(rhs_reg, lhs, label); in GenerateIntCompareAndBranch() local
4784 __ Bltu(lhs, TMP, label); in GenerateIntCompareAndBranch() local
4817 __ Bltu(TMP, lhs, label); in GenerateIntCompareAndBranch() local
5087 __ Bltu(AT, TMP, label); in GenerateLongCompareAndBranch() local
5150 __ Bltu(lhs_high, TMP, label); in GenerateLongCompareAndBranch() local
5158 __ Bltu(TMP, lhs_high, label); in GenerateLongCompareAndBranch() local
5167 __ Bltu(lhs_high, TMP, label); in GenerateLongCompareAndBranch() local
5176 __ Bltu(TMP, lhs_high, label); in GenerateLongCompareAndBranch() local
5224 __ Bltu(lhs_high, rhs_high, label); in GenerateLongCompareAndBranch() local
5230 __ Bltu(rhs_high, lhs_high, label); in GenerateLongCompareAndBranch() local
5237 __ Bltu(lhs_high, rhs_high, label); in GenerateLongCompareAndBranch() local
5244 __ Bltu(rhs_high, lhs_high, label); in GenerateLongCompareAndBranch() local