Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc4717 __ 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
[all …]
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1192 TEST_F(AssemblerMIPS32r6Test, Bltu) { in TEST_F() argument
1193 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bltu, "Bltuc"); in TEST_F()
1313 BranchCondTwoRegsHelper(&mips::MipsAssembler::Bltu, "Bltu", /* is_bare= */ true); in TEST_F()
Dassembler_mips.h811 void Bltu(Register rs, Register rt, MipsLabel* label, bool is_bare = false);