Home
last modified time | relevance | path

Searched defs:Bc (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc207 __ Bc(GetExitLabel()); in EmitNativeCode() local
255 __ Bc(GetExitLabel()); in EmitNativeCode() local
306 __ Bc(GetReturnLabel()); in EmitNativeCode() local
308 __ Bc(mips64_codegen->GetLabelOf(successor_)); in EmitNativeCode() local
371 __ Bc(GetExitLabel()); in EmitNativeCode() local
1007 __ Bc(slow_path->GetEntryLabel()); in GenerateSuspendCheck() local
1838 __ Bc(&done); in HandleCondition() local
2166 __ Bc(slow_path->GetEntryLabel()); in VisitDivZeroCheck() local
2218 __ Bc(codegen_->GetLabelOf(successor)); in HandleGoto() local
2420 __ Bc(label); in GenerateIntLongCompareAndBranch() local
[all …]
Dintrinsics_mips64.cc119 __ Bc(GetExitLabel()); in EmitNativeCode() local
490 __ Bc(&done); in GenMinMaxFP() local
513 __ Bc(&done); in GenMinMaxFP() local
1461 __ Bc(&end); in VisitStringEquals() local
1490 __ Bc(slow_path->GetEntryLabel()); in GenerateStringIndexOf() local
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc658 TEST_F(AssemblerMIPS64Test, Bc) { in TEST_F() argument
660 __ Bc(&label1); in TEST_F() local
666 __ Bc(&label2); in TEST_F() local
672 __ Bc(&label1); in TEST_F() local
Dassembler_mips64.cc542 void Mips64Assembler::Bc(uint32_t imm26) { in Bc() function in art::mips64::Mips64Assembler
1739 void Mips64Assembler::Bc(Mips64Label* label) { in Bc() function in art::mips64::Mips64Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc617 void MipsAssembler::Bc(uint32_t imm26) { in Bc() function in art::mips::MipsAssembler