Searched refs:Balc (Results 1 – 3 of 3) sorted by relevance
1084 TEST_F(AssemblerMIPS32r6Test, Balc) { in TEST_F() argument1085 BranchHelper(&mips::MipsAssembler::Balc, "Balc", /* has_slot= */ false); in TEST_F()1205 BranchHelper(&mips::MipsAssembler::Balc, "Balc", /* has_slot= */ false, /* is_bare= */ true); in TEST_F()
421 void Balc(uint32_t imm26); // R6820 void Balc(MipsLabel* label, bool is_bare = false); // R6
6129 __ Balc(&frame_entry_label_); in GenerateStaticOrDirectCall() local