Home
last modified time | relevance | path

Searched defs:Blr (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp554 MCInst Blr; in EmitInstruction() local
/external/vixl/benchmarks/aarch64/
Dbench-utils.cc349 __ Blr(reg); in GenerateCallReturnSequence() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp1155 MCInst Blr; in EmitInstruction() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp1296 MCInst Blr; in emitInstruction() local
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc2386 __ Blr(x0); in TEST() local
2529 __ Blr(x2); in TEST() local
2542 __ Blr(x2); in TEST() local
7097 __ Blr(x0); in BtiHelper() local
7099 __ Blr(ipreg); in BtiHelper() local
7150 __ Blr(x0); in TEST() local
7220 __ Blr(x0); in TEST() local
7268 __ Blr(x0); in TEST() local
9158 __ Blr(lr); in TEST() local
11994 __ Blr(x0); in TEST() local
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h1154 void Blr(const Register& xn) { in Blr() function