Home
last modified time | relevance | path

Searched refs:Bltz (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips.h211 void Bltz(Register rt, uint16_t imm16);
372 void Bltz(Register rt, MipsLabel* label);
Dassembler_mips_test.cc1307 TEST_F(AssemblerMIPSTest, Bltz) { in TEST_F() argument
1308 BranchCondOneRegHelper(&mips::MipsAssembler::Bltz, "Bltz"); in TEST_F()
Dassembler_mips.cc546 void MipsAssembler::Bltz(Register rt, uint16_t imm16) { in Bltz() function in art::mips::MipsAssembler
730 Bltz(rs, imm16); in EmitBcondR2()
2179 void MipsAssembler::Bltz(Register rt, MipsLabel* label) { in Bltz() function in art::mips::MipsAssembler
/art/compiler/optimizing/
Dcode_generator_mips.cc2772 __ Bltz(lhs, label); in GenerateIntCompareAndBranch() local
2864 __ Bltz(lhs_high, label); in GenerateLongCompareAndBranch() local
5145 __ Bltz(temp_reg, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch() local
5154 __ Bltz(temp_reg, codegen_->GetLabelOf(successors[last_index + 1])); in VisitPackedSwitch() local