Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips_test.cc2248 TEST_F(AssemblerMIPSTest, Bltu) { in TEST_F() argument
2251 __ Bltu(mips::A0, mips::A1, &label); in TEST_F() local
2261 __ Bltu(mips::A2, mips::A3, &label); in TEST_F() local
2505 __ Bltu(mips::T1, mips::T0, &label1); // AT dependency. in TEST_F() local
2651 __ Bltu(mips::T1, mips::T0, &label1); in TEST_F() local
Dassembler_mips.h489 void Bltu(Register rs, Register rt, MipsLabel* label);
Dassembler_mips.cc3106 void MipsAssembler::Bltu(Register rs, Register rt, MipsLabel* label) { in Bltu() function in art::mips::MipsAssembler
/art/compiler/optimizing/
Dcode_generator_mips.cc4138 __ Bltu(lhs, rhs_reg, label); in GenerateIntCompareAndBranch() local
4147 __ Bltu(rhs_reg, lhs, label); in GenerateIntCompareAndBranch() local
4205 __ Bltu(lhs, TMP, label); in GenerateIntCompareAndBranch() local
4238 __ Bltu(TMP, lhs, label); in GenerateIntCompareAndBranch() local
4293 __ Bltu(AT, TMP, label); in GenerateLongCompareAndBranch() local
4356 __ Bltu(lhs_high, TMP, label); in GenerateLongCompareAndBranch() local
4364 __ Bltu(TMP, lhs_high, label); in GenerateLongCompareAndBranch() local
4373 __ Bltu(lhs_high, TMP, label); in GenerateLongCompareAndBranch() local
4382 __ Bltu(TMP, lhs_high, label); in GenerateLongCompareAndBranch() local
4430 __ Bltu(lhs_high, rhs_high, label); in GenerateLongCompareAndBranch() local
[all …]
Dintrinsics_mips.cc2228 __ Bltu(tmp_reg, char_reg, slow_path->GetEntryLabel()); in GenerateStringIndexOf() local