Home
last modified time | relevance | path

Searched refs:BranchLink (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h831 void BranchLink(const StubEntry& stub_entry,
833 void BranchLink(const Code& code, Patchability patchable);
1232 void BranchLink(const ExternalLabel* label);
Dassembler_arm.cc2756 void Assembler::BranchLink(const Code& target, Patchability patchable) { in BranchLink() function in dart::Assembler
2769 void Assembler::BranchLink(const StubEntry& stub_entry, in BranchLink() function in dart::Assembler
2772 BranchLink(code, patchable); in BranchLink()
2777 BranchLink(target, kPatchable); in BranchLinkPatchable()
2781 void Assembler::BranchLink(const ExternalLabel* label) { in BranchLink() function in dart::Assembler
3595 BranchLink(&StubCode::PrintStopMessage_entry()->label()); in Stop()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.td471 class BranchLink<string instr_asm>:
736 def BGEZAL : BranchLink<"bgezal">;
738 def BLTZAL : BranchLink<"bltzal">;