Home
last modified time | relevance | path

Searched refs:GenerateDemoFunction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/vixl/examples/aarch64/
H A Dgetting-started.cc39 void GenerateDemoFunction(MacroAssembler *masm) { in GenerateDemoFunction() function
53 GenerateDemoFunction(&masm); in main()
H A Dexamples.h113 void GenerateDemoFunction(vixl::aarch64::MacroAssembler* masm);
/aosp_15_r20/external/vixl/doc/aarch64/
H A Dgetting-started-aarch64.md71 void GenerateDemoFunction(MacroAssembler *masm) {
87 the entry point of the assembly function and to call `GenerateDemoFunction` to
92 GenerateDemoFunction(&masm);
/aosp_15_r20/external/vixl/test/aarch64/examples/
H A Dtest-examples.cc552 GenerateDemoFunction(&masm); in TEST()