Home
last modified time | relevance | path

Searched defs:Bal (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips_test.cc2183 TEST_F(AssemblerMIPSTest, Bal) { in TEST_F() argument
2337 __ Bal(&label1); // RA dependency. in TEST_F() local
2340 __ Bal(&label1); // RA dependency. in TEST_F() local
2362 __ Bal(&label2); // No preceding instruction for the delay slot. in TEST_F() local
2483 __ Bal(&label1); in TEST_F() local
Dassembler_mips.cc872 void MipsAssembler::Bal(uint16_t imm16) { in Bal() function in art::mips::MipsAssembler
4306 void MipsAssembler::Bal(MipsLabel* label, bool is_bare) { in Bal() function in art::mips::MipsAssembler
Dassembler_mips32r6_test.cc1148 TEST_F(AssemblerMIPS32r6Test, Bal) { in TEST_F() argument
/art/compiler/optimizing/
Dcode_generator_mips.cc8037 __ Bal(&frame_entry_label_); in GenerateStaticOrDirectCall() local