summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/stringloops/asm/ppc_asm.h
blob: 11bece87e8808361b7c8904b86a4d6a95954c768 (plain)
1
2
3
4
5
6
7
#include <ppc-asm.h>

#ifndef r1
#define r1 sp
#endif

#define _GLOBAL(A) FUNC_START(test_ ## A)