Searched defs:Bal (Results 1 – 4 of 4) sorted by relevance
2183 TEST_F(AssemblerMIPSTest, Bal) { in TEST_F() argument2337 __ Bal(&label1); // RA dependency. in TEST_F() local2340 __ Bal(&label1); // RA dependency. in TEST_F() local2362 __ Bal(&label2); // No preceding instruction for the delay slot. in TEST_F() local2483 __ Bal(&label1); in TEST_F() local
872 void MipsAssembler::Bal(uint16_t imm16) { in Bal() function in art::mips::MipsAssembler4306 void MipsAssembler::Bal(MipsLabel* label, bool is_bare) { in Bal() function in art::mips::MipsAssembler
1148 TEST_F(AssemblerMIPS32r6Test, Bal) { in TEST_F() argument
8037 __ Bal(&frame_entry_label_); in GenerateStaticOrDirectCall() local