Home
last modified time | relevance | path

Searched refs:Blt (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips_test.cc2219 TEST_F(AssemblerMIPSTest, Blt) { in TEST_F() argument
2220 BranchCondTwoRegsHelper(&mips::MipsAssembler::Blt, "Blt"); in TEST_F()
2284 BranchCondTwoRegsHelper(&mips::MipsAssembler::Blt, "Blt", /* is_bare= */ true); in TEST_F()
2325 __ Blt(mips::T1, mips::T0, &label1); // T0 dependency. in TEST_F() local
2471 __ Blt(mips::T1, mips::T2, &label1); in TEST_F() local
2761 __ Blt(mips::V0, mips::V1, &label2); in TEST_F() local
Dassembler_mips32r6_test.cc1184 TEST_F(AssemblerMIPS32r6Test, Blt) { in TEST_F() argument
1185 BranchCondTwoRegsHelper(&mips::MipsAssembler::Blt, "Bltc"); in TEST_F()
1305 BranchCondTwoRegsHelper(&mips::MipsAssembler::Blt, "Blt", /* is_bare= */ true); in TEST_F()
Dassembler_mips.h809 void Blt(Register rs, Register rt, MipsLabel* label, bool is_bare = false);
Dassembler_mips.cc4390 void MipsAssembler::Blt(Register rs, Register rt, MipsLabel* label, bool is_bare) { in Blt() function in art::mips::MipsAssembler
/art/compiler/optimizing/
Dcode_generator_mips.cc4705 __ Blt(lhs, rhs_reg, label); in GenerateIntCompareAndBranch() local
4714 __ Blt(rhs_reg, lhs, label); in GenerateIntCompareAndBranch() local
4746 __ Blt(lhs, TMP, label); in GenerateIntCompareAndBranch() local
4775 __ Blt(TMP, lhs, label); in GenerateIntCompareAndBranch() local
5116 __ Blt(lhs_high, TMP, label); in GenerateLongCompareAndBranch() local
5120 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch() local
5124 __ Blt(TMP, lhs_high, label); in GenerateLongCompareAndBranch() local
5133 __ Blt(lhs_high, TMP, label); in GenerateLongCompareAndBranch() local
5142 __ Blt(TMP, lhs_high, label); in GenerateLongCompareAndBranch() local
5146 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch() local
[all …]
Dintrinsics_mips.cc2454 __ Blt(length_input_minus_pos, TMP, slow_path->GetEntryLabel()); in EnoughItems() local
2457 __ Blt(length_input_minus_pos, length.AsRegister<Register>(), slow_path->GetEntryLabel()); in EnoughItems() local