Searched refs:Blez (Results 1 – 3 of 3) sorted by relevance
1176 TEST_F(AssemblerMIPS32r6Test, Blez) { in TEST_F() argument1177 BranchCondOneRegHelper(&mips::MipsAssembler::Blez, "Blezc"); in TEST_F()1297 BranchCondOneRegHelper(&mips::MipsAssembler::Blez, "Blez", /* is_bare= */ true); in TEST_F()
402 void Blez(Register rt, uint16_t imm16);807 void Blez(Register rt, MipsLabel* label, bool is_bare = false);
3376 __ Blez(length, slow_path->GetEntryLabel()); in VisitBoundsCheck() local4679 __ Blez(lhs, label); in GenerateIntCompareAndBranch() local