Searched refs:demo_function (Results 1 – 3 of 3) sorted by relevance
51 Label demo_function; in main() local52 masm.Bind(&demo_function); in main()57 simulator.RunFrom(masm.GetLabelAddress<Instruction*>(&demo_function)); in main()
529 TEST_FUNCTION(demo_function); \536 Label demo_function; in TEST() local537 masm.Bind(&demo_function); in TEST()
86 uint64_t demo_function(uint64_t x);97 Label demo_function;98 masm.Bind(&demo_function);