selftests/powerpc: Add matrix multiply assist (MMA) test
authorAlistair Popple <alistair@popple.id.au>
Mon, 22 Jun 2020 02:18:32 +0000 (12:18 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 27 Apr 2022 06:32:42 +0000 (16:32 +1000)
commit3527e1ab9a7990530dfb0137ddcfa64bed2915be
tree613b55d876fce924737e6ff38b3360a159f85bc5
parent40a75584e526cc489234dac0897cd599e6013483
selftests/powerpc: Add matrix multiply assist (MMA) test

Adds a simple test of some basic matrix multiply assist (MMA)
instructions.

Signed-off-by: Alistair Popple <alistair@popple.id.au>
Tested-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200622021832.15870-1-alistair@popple.id.au
tools/testing/selftests/powerpc/include/utils.h
tools/testing/selftests/powerpc/math/Makefile
tools/testing/selftests/powerpc/math/mma.S [new file with mode: 0644]
tools/testing/selftests/powerpc/math/mma.c [new file with mode: 0644]