Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1104 TEST_F(AssemblerMIPS32r6Test, Bltzc) { in TEST_F() argument
1105 BranchCondOneRegHelper(&mips::MipsAssembler::Bltzc, "Bltzc"); in TEST_F()
1225 BranchCondOneRegHelper(&mips::MipsAssembler::Bltzc, "Bltzc", /* is_bare= */ true); in TEST_F()
Dassembler_mips.h425 void Bltzc(Register rt, uint16_t imm16); // R6
826 void Bltzc(Register rt, MipsLabel* label, bool is_bare = false); // R6
/art/compiler/optimizing/
Dcode_generator_mips64.cc4029 __ Bltzc(lhs, label); in GenerateIntLongCompareAndBranch() local
5577 __ Bltzc(temp_reg, slow_path->GetEntryLabel()); in GenerateReferenceLoadWithBakerReadBarrier() local
7513 __ Bltzc(temp_reg, codegen_->GetLabelOf(default_block)); in GenPackedSwitchWithCompares() local
7522 __ Bltzc(temp_reg, codegen_->GetLabelOf(successors[last_index + 1])); in GenPackedSwitchWithCompares() local