Searched refs:Bltzc (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 1104 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()
|
D | assembler_mips.h | 425 void Bltzc(Register rt, uint16_t imm16); // R6 826 void Bltzc(Register rt, MipsLabel* label, bool is_bare = false); // R6
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 4029 __ 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
|