Home
last modified time | relevance | path

Searched defs:Blt (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc1100 __ Blt(TMP, AT, slow_path->GetEntryLabel()); in GenerateClassInitializationCheck() local
2803 __ Blt(lhs, rhs_reg, label); in GenerateIntCompareAndBranch() local
2812 __ Blt(rhs_reg, lhs, label); in GenerateIntCompareAndBranch() local
2906 __ Blt(lhs_high, TMP, label); in GenerateLongCompareAndBranch() local
2910 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch() local
2914 __ Blt(TMP, lhs_high, label); in GenerateLongCompareAndBranch() local
2923 __ Blt(lhs_high, TMP, label); in GenerateLongCompareAndBranch() local
2932 __ Blt(TMP, lhs_high, label); in GenerateLongCompareAndBranch() local
2936 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch() local
2944 __ Blt(TMP, AT, label); in GenerateLongCompareAndBranch() local
[all …]
/art/compiler/utils/mips/
Dassembler_mips_test.cc1323 TEST_F(AssemblerMIPSTest, Blt) { in TEST_F() argument
1325 __ Blt(mips::A0, mips::A1, &label); in TEST_F() local
1335 __ Blt(mips::A2, mips::A3, &label); in TEST_F() local
Dassembler_mips.cc2195 void MipsAssembler::Blt(Register rs, Register rt, MipsLabel* label) { in Blt() function in art::mips::MipsAssembler