Home
last modified time | relevance | path

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

/external/vixl/examples/
Dgetting-started.cc51 Label demo_function; in main() local
52 masm.Bind(&demo_function); in main()
57 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&demo_function)); in main()
/external/vixl/test/examples/
Dtest-examples.cc529 TEST_FUNCTION(demo_function); \
536 Label demo_function; in TEST() local
537 masm.Bind(&demo_function); in TEST()
/external/vixl/doc/
Dgetting-started.md86 uint64_t demo_function(uint64_t x);
97 Label demo_function;
98 masm.Bind(&demo_function);