Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1112 TEST_F(AssemblerMIPS32r6Test, Blezc) { in TEST_F() argument
1113 BranchCondOneRegHelper(&mips::MipsAssembler::Blezc, "Blezc"); in TEST_F()
1233 BranchCondOneRegHelper(&mips::MipsAssembler::Blezc, "Blezc", /* is_bare= */ true); in TEST_F()
Dassembler_mips.h429 void Blezc(Register rt, uint16_t imm16); // R6
828 void Blezc(Register rt, MipsLabel* label, bool is_bare = false); // R6
/art/compiler/optimizing/
Dcode_generator_mips64.cc2931 __ Blezc(length, slow_path->GetEntryLabel()); in VisitBoundsCheck() local
4035 __ Blezc(lhs, label); in GenerateIntLongCompareAndBranch() local