Searched defs:Bc (Results 1 – 3 of 3) sorted by relevance
122 __ Bc(GetExitLabel()); in EmitNativeCode() local574 __ Bc(&done); in GenMinMaxFP() local597 __ Bc(&done); in GenMinMaxFP() local1754 __ Bc(&end); in VisitStringEquals() local1783 __ Bc(slow_path->GetEntryLabel()); in GenerateStringIndexOf() local2029 __ Bc(&done); in VisitStringGetCharsNoCheck() local2589 __ Bc(&done); in VisitIntegerValueOf() local
1070 TEST_F(AssemblerMIPS32r6Test, Bc) { in TEST_F() argument1402 __ Bc(&label1); in TEST_F() local1407 __ Bc(&label2); in TEST_F() local1412 __ Bc(&label1); in TEST_F() local
733 void Mips64Assembler::Bc(uint32_t imm26) { in Bc() function in art::mips64::Mips64Assembler3252 void Mips64Assembler::Bc(Mips64Label* label, bool is_bare) { in Bc() function in art::mips64::Mips64Assembler