Searched defs:Bc (Results 1 – 5 of 5) sorted by relevance
207 __ Bc(GetExitLabel()); in EmitNativeCode() local255 __ Bc(GetExitLabel()); in EmitNativeCode() local306 __ Bc(GetReturnLabel()); in EmitNativeCode() local308 __ Bc(mips64_codegen->GetLabelOf(successor_)); in EmitNativeCode() local371 __ Bc(GetExitLabel()); in EmitNativeCode() local1007 __ Bc(slow_path->GetEntryLabel()); in GenerateSuspendCheck() local1838 __ Bc(&done); in HandleCondition() local2166 __ Bc(slow_path->GetEntryLabel()); in VisitDivZeroCheck() local2218 __ Bc(codegen_->GetLabelOf(successor)); in HandleGoto() local2420 __ Bc(label); in GenerateIntLongCompareAndBranch() local[all …]
119 __ Bc(GetExitLabel()); in EmitNativeCode() local490 __ Bc(&done); in GenMinMaxFP() local513 __ Bc(&done); in GenMinMaxFP() local1461 __ Bc(&end); in VisitStringEquals() local1490 __ Bc(slow_path->GetEntryLabel()); in GenerateStringIndexOf() local
658 TEST_F(AssemblerMIPS64Test, Bc) { in TEST_F() argument660 __ Bc(&label1); in TEST_F() local666 __ Bc(&label2); in TEST_F() local672 __ Bc(&label1); in TEST_F() local
542 void Mips64Assembler::Bc(uint32_t imm26) { in Bc() function in art::mips64::Mips64Assembler1739 void Mips64Assembler::Bc(Mips64Label* label) { in Bc() function in art::mips64::Mips64Assembler
617 void MipsAssembler::Bc(uint32_t imm26) { in Bc() function in art::mips::MipsAssembler