Home
last modified time | relevance | path

Searched refs:Blr (Results 1 - 11 of 11) sorted by relevance

/third_party/vixl/examples/aarch64/
H A Dsimulator_interception.cc64 __ Blr(x16); in GenerateInterceptionExamples()
69 __ Blr(x16); in GenerateInterceptionExamples()
77 __ Blr(x16); in GenerateInterceptionExamples()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A 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()
/third_party/vixl/benchmarks/aarch64/
H A Dbench-utils.cc350 __ Blr(reg); in GenerateCallReturnSequence()
/third_party/vixl/test/aarch64/examples/
H A Dtest-examples.cc180 masm.Blr(test_function_reg); \
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc1937 Blr(target); in Call()
2239 Blr(target); in StoreReturnAddressAndCall()
2248 Blr(temp); in IndirectCall()
H A Dmacro-assembler-arm64-inl.h376 void TurboAssembler::Blr(const Register& xn) { in Blr() function in v8::internal::TurboAssembler
H A Dmacro-assembler-arm64.h686 inline void Blr(const Register& xn);
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc2414 __ Blr(x0);
2557 __ Blr(x2);
2570 __ Blr(x2);
7501 __ Blr(x0);
7503 __ Blr(ipreg);
7554 __ Blr(x0);
7624 __ Blr(x0);
7672 __ Blr(x0);
9562 __ Blr(lr);
12398 __ Blr(x
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2811 Blr(tmp); in Emit()
H A Dmacro-assembler-aarch64.h1225 void Blr(const Register& xn) { in Blr() function in vixl::aarch64::MacroAssembler
8924 Blr(temp); in CallRuntimeHelper()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc3781 __ Blr(x10); // Call the C++ function. in Generate_DirectCEntry()

Completed in 50 milliseconds