Searched defs:Bc (Results 1 – 6 of 6) 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 …]
126 __ Bc(GetExitLabel()); in EmitNativeCode() local1487 __ Bc(&end); in VisitStringEquals() local1516 __ Bc(slow_path->GetEntryLabel()); in GenerateStringIndexOf() local1762 __ Bc(&done); in VisitStringGetCharsNoCheck() local2313 __ Bc(&done); in VisitIntegerValueOf() local
1080 TEST_F(AssemblerMIPS32r6Test, Bc) { in TEST_F() argument1412 __ Bc(&label1); in TEST_F() local1417 __ Bc(&label2); in TEST_F() local1422 __ Bc(&label1); in TEST_F() local
994 void MipsAssembler::Bc(uint32_t imm26) { in Bc() function in art::mips::MipsAssembler4452 void MipsAssembler::Bc(MipsLabel* label, bool is_bare) { in Bc() function in art::mips::MipsAssembler
733 void Mips64Assembler::Bc(uint32_t imm26) { in Bc() function in art::mips64::Mips64Assembler3272 void Mips64Assembler::Bc(Mips64Label* label, bool is_bare) { in Bc() function in art::mips64::Mips64Assembler
790 TEST_F(AssemblerMIPS64Test, Bc) { in TEST_F() argument