Searched refs:Bc (Results 1 – 3 of 3) sorted by relevance
233 __ Bc(GetExitLabel()); in EmitNativeCode() local274 __ Bc(GetExitLabel()); in EmitNativeCode() local323 __ Bc(GetReturnLabel()); in EmitNativeCode() local325 __ Bc(mips64_codegen->GetLabelOf(successor_)); in EmitNativeCode() local391 __ Bc(GetExitLabel()); in EmitNativeCode() local460 __ Bc(GetExitLabel()); in EmitNativeCode() local548 __ Bc(GetExitLabel()); in EmitNativeCode() local702 __ Bc(GetExitLabel()); in EmitNativeCode() local864 __ Bc(GetExitLabel()); in EmitNativeCode() local938 __ Bc(GetExitLabel()); in EmitNativeCode() local[all …]
1080 TEST_F(AssemblerMIPS32r6Test, Bc) { in TEST_F() argument1081 BranchHelper(&mips::MipsAssembler::Bc, "Bc", /* has_slot= */ false); in TEST_F()1201 BranchHelper(&mips::MipsAssembler::Bc, "Bc", /* has_slot= */ false, /* is_bare= */ true); in TEST_F()1412 __ Bc(&label1); in TEST_F() local1417 __ Bc(&label2); in TEST_F() local1422 __ Bc(&label1); in TEST_F() local
420 void Bc(uint32_t imm26); // R6819 void Bc(MipsLabel* label, bool is_bare = false); // R6