Home
last modified time | relevance | path

Searched refs:Blr (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp554 MCInst Blr; in EmitInstruction() local
555 Blr.setOpcode(AArch64::BLR); in EmitInstruction()
556 Blr.addOperand(MCOperand::createReg(AArch64::X1)); in EmitInstruction()
557 EmitToStreamer(*OutStreamer, Blr); in EmitInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp1155 MCInst Blr; in EmitInstruction() local
1156 Blr.setOpcode(AArch64::BLR); in EmitInstruction()
1157 Blr.addOperand(MCOperand::createReg(AArch64::X1)); in EmitInstruction()
1158 EmitToStreamer(*OutStreamer, Blr); in EmitInstruction()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp1296 MCInst Blr; in emitInstruction() local
1297 Blr.setOpcode(AArch64::BLR); in emitInstruction()
1298 Blr.addOperand(MCOperand::createReg(AArch64::X1)); in emitInstruction()
1299 EmitToStreamer(*OutStreamer, Blr); in emitInstruction()
/external/vixl/benchmarks/aarch64/
Dbench-utils.cc349 __ Blr(reg); in GenerateCallReturnSequence() local
/external/vixl/test/aarch64/examples/
Dtest-examples.cc180 masm.Blr(test_function_reg); \
/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.cc2666 Blr(tmp); in PrintfNoPreserve()
Dmacro-assembler-aarch64.h1154 void Blr(const Register& xn) { in Blr() function
7314 Blr(temp); in CallRuntimeHelper()