Searched refs:Balc (Results 1 – 7 of 7) sorted by relevance
/art/compiler/utils/mips64/ |
D | assembler_mips64_test.cc | 794 TEST_F(AssemblerMIPS64Test, Balc) { in TEST_F() argument 795 BranchHelper(&mips64::Mips64Assembler::Balc, "Balc"); in TEST_F() 859 BranchHelper(&mips64::Mips64Assembler::Balc, "Balc", /* is_bare= */ true); in TEST_F() 1042 __ Balc(&label1); in TEST_F() local 1047 __ Balc(&label2); in TEST_F() local 1052 __ Balc(&label1); in TEST_F() local
|
D | assembler_mips64.cc | 737 void Mips64Assembler::Balc(uint32_t imm26) { in Balc() function in art::mips64::Mips64Assembler 3182 Balc(offset); in EmitBranch() 3194 Balc(offset); in EmitBranch() 3276 void Mips64Assembler::Balc(Mips64Label* label, bool is_bare) { in Balc() function in art::mips64::Mips64Assembler
|
D | assembler_mips64.h | 554 void Balc(uint32_t imm26); 1006 void Balc(Mips64Label* label, bool is_bare = false);
|
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 1084 TEST_F(AssemblerMIPS32r6Test, Balc) { in TEST_F() argument 1085 BranchHelper(&mips::MipsAssembler::Balc, "Balc", /* has_slot= */ false); in TEST_F() 1205 BranchHelper(&mips::MipsAssembler::Balc, "Balc", /* has_slot= */ false, /* is_bare= */ true); in TEST_F()
|
D | assembler_mips.h | 421 void Balc(uint32_t imm26); // R6 820 void Balc(MipsLabel* label, bool is_bare = false); // R6
|
D | assembler_mips.cc | 999 void MipsAssembler::Balc(uint32_t imm26) { in Balc() function in art::mips::MipsAssembler 4218 Balc(offset); in EmitBranch() 4233 Balc(offset); in EmitBranch() 4456 void MipsAssembler::Balc(MipsLabel* label, bool is_bare) { in Balc() function in art::mips::MipsAssembler
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 6129 __ Balc(&frame_entry_label_); in GenerateStaticOrDirectCall() local
|