Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc212 __ Bc(GetExitLabel()); in EmitNativeCode() local
268 __ Bc(GetExitLabel()); in EmitNativeCode() local
314 __ Bc(GetReturnLabel()); in EmitNativeCode() local
316 __ Bc(mips64_codegen->GetLabelOf(successor_)); in EmitNativeCode() local
378 __ Bc(GetExitLabel()); in EmitNativeCode() local
447 __ Bc(GetExitLabel()); in EmitNativeCode() local
535 __ Bc(GetExitLabel()); in EmitNativeCode() local
689 __ Bc(GetExitLabel()); in EmitNativeCode() local
851 __ Bc(GetExitLabel()); in EmitNativeCode() local
925 __ Bc(GetExitLabel()); in EmitNativeCode() local
[all …]
Dintrinsics_mips64.cc119 __ Bc(GetExitLabel()); in EmitNativeCode() local
576 __ Bc(&done); in GenMinMaxFP() local
599 __ Bc(&done); in GenMinMaxFP() local
969 __ Bc(&add); in GenRound() local
1796 __ Bc(&end); in VisitStringEquals() local
1826 __ Bc(slow_path->GetEntryLabel()); in GenerateStringIndexOf() local
2077 __ Bc(&done); in VisitStringGetCharsNoCheck() local
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc759 TEST_F(AssemblerMIPS64Test, Bc) { in TEST_F() argument
761 __ Bc(&label1); in TEST_F() local
767 __ Bc(&label2); in TEST_F() local
773 __ Bc(&label1); in TEST_F() local
Dassembler_mips64.cc702 void Mips64Assembler::Bc(uint32_t imm26) { in Bc() function in art::mips64::Mips64Assembler
2556 void Mips64Assembler::Bc(Mips64Label* label) { in Bc() function in art::mips64::Mips64Assembler
/art/compiler/utils/mips/
Dassembler_mips.cc904 void MipsAssembler::Bc(uint32_t imm26) { in Bc() function in art::mips::MipsAssembler