Searched defs:Bc (Results 1 – 5 of 5) sorted by relevance
212 __ Bc(GetExitLabel()); in EmitNativeCode() local268 __ Bc(GetExitLabel()); in EmitNativeCode() local314 __ Bc(GetReturnLabel()); in EmitNativeCode() local316 __ Bc(mips64_codegen->GetLabelOf(successor_)); in EmitNativeCode() local378 __ Bc(GetExitLabel()); in EmitNativeCode() local447 __ Bc(GetExitLabel()); in EmitNativeCode() local535 __ Bc(GetExitLabel()); in EmitNativeCode() local689 __ Bc(GetExitLabel()); in EmitNativeCode() local851 __ Bc(GetExitLabel()); in EmitNativeCode() local925 __ Bc(GetExitLabel()); in EmitNativeCode() local[all …]
119 __ Bc(GetExitLabel()); in EmitNativeCode() local576 __ Bc(&done); in GenMinMaxFP() local599 __ Bc(&done); in GenMinMaxFP() local969 __ Bc(&add); in GenRound() local1796 __ Bc(&end); in VisitStringEquals() local1826 __ Bc(slow_path->GetEntryLabel()); in GenerateStringIndexOf() local2077 __ Bc(&done); in VisitStringGetCharsNoCheck() local
759 TEST_F(AssemblerMIPS64Test, Bc) { in TEST_F() argument761 __ Bc(&label1); in TEST_F() local767 __ Bc(&label2); in TEST_F() local773 __ Bc(&label1); in TEST_F() local
702 void Mips64Assembler::Bc(uint32_t imm26) { in Bc() function in art::mips64::Mips64Assembler2556 void Mips64Assembler::Bc(Mips64Label* label) { in Bc() function in art::mips64::Mips64Assembler
904 void MipsAssembler::Bc(uint32_t imm26) { in Bc() function in art::mips::MipsAssembler