selftests/powerpc: Add memcmp testcase

Add a testcase for the new ppc64 memcmp.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
Anton Blanchard
2015-01-21 12:27:39 +11:00
committed by Michael Ellerman
parent 15c2d45d17
commit 521adf5357
6 changed files with 133 additions and 1 deletions
@@ -0,0 +1,7 @@
#include <ppc-asm.h>
#ifndef r1
#define r1 sp
#endif
#define _GLOBAL(A) FUNC_START(test_ ## A)