Searched refs:Bal (Results 1 – 3 of 3) sorted by relevance
1148 TEST_F(AssemblerMIPS32r6Test, Bal) { in TEST_F() argument1149 BranchHelper(&mips::MipsAssembler::Bal, "Balc", /* has_slot= */ false); in TEST_F()1269 BranchHelper(&mips::MipsAssembler::Bal, "Bal", /* has_slot= */ true, /* is_bare= */ true); in TEST_F()
395 void Bal(uint16_t imm16);800 void Bal(MipsLabel* label, bool is_bare = false);
8037 __ Bal(&frame_entry_label_); in GenerateStaticOrDirectCall() local