Searched defs:__arm_streaming (Results 1 – 4 of 4) sorted by relevance
30 void non_streaming_def(void (*streaming_fn_ptr)(void) __arm_streaming, in non_streaming_def() argument 38 void streaming_compatible_def2(void (*streaming_fn_ptr)(void) __arm_streaming, in streaming_compatible_def2() argument
32 void streaming_ptr(void) __arm_streaming; typedef 96 typedef void (*s_ptrty) (void) __arm_streaming; global() typedef [all...]
50 typedef void (*s_ptrty) (int, int) __arm_streaming; typedef