historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/tests/tcg/mips/user/ase/msa
2024-01-16 11:20:27 -06:00
..
bit-count phht hahahahaah 2024-01-16 11:20:27 -06:00
bit-move phht hahahahaah 2024-01-16 11:20:27 -06:00
bit-set phht hahahahaah 2024-01-16 11:20:27 -06:00
fixed-multiply phht hahahahaah 2024-01-16 11:20:27 -06:00
float-max-min phht hahahahaah 2024-01-16 11:20:27 -06:00
int-add phht hahahahaah 2024-01-16 11:20:27 -06:00
int-average phht hahahahaah 2024-01-16 11:20:27 -06:00
int-compare phht hahahahaah 2024-01-16 11:20:27 -06:00
int-divide phht hahahahaah 2024-01-16 11:20:27 -06:00
int-dot-product phht hahahahaah 2024-01-16 11:20:27 -06:00
int-max-min phht hahahahaah 2024-01-16 11:20:27 -06:00
int-modulo phht hahahahaah 2024-01-16 11:20:27 -06:00
int-multiply phht hahahahaah 2024-01-16 11:20:27 -06:00
int-subtract phht hahahahaah 2024-01-16 11:20:27 -06:00
interleave phht hahahahaah 2024-01-16 11:20:27 -06:00
logic phht hahahahaah 2024-01-16 11:20:27 -06:00
move phht hahahahaah 2024-01-16 11:20:27 -06:00
pack phht hahahahaah 2024-01-16 11:20:27 -06:00
shift phht hahahahaah 2024-01-16 11:20:27 -06:00
README phht hahahahaah 2024-01-16 11:20:27 -06:00
test_msa_compile_32r5eb.sh phht hahahahaah 2024-01-16 11:20:27 -06:00
test_msa_compile_32r5el.sh phht hahahahaah 2024-01-16 11:20:27 -06:00
test_msa_compile_64r6eb.sh phht hahahahaah 2024-01-16 11:20:27 -06:00
test_msa_compile_64r6el.sh phht hahahahaah 2024-01-16 11:20:27 -06:00
test_msa_run_32r5eb.sh phht hahahahaah 2024-01-16 11:20:27 -06:00
test_msa_run_32r5el.sh phht hahahahaah 2024-01-16 11:20:27 -06:00
test_msa_run_64r6eb.sh phht hahahahaah 2024-01-16 11:20:27 -06:00
test_msa_run_64r6el.sh phht hahahahaah 2024-01-16 11:20:27 -06:00

The tests in subdirectories of this directory are supposed to be compiled for
mips64el MSA-enabled CPU (I6400, I6500), using an appropriate MIPS toolchain.
For example:

/opt/img/bin/mips-img-linux-gnu-gcc <source file>                  \
-EL -static -mabi=64 -march=mips64r6 -mmsa  -o <executable file>

They are to be executed using QEMU user mode, using command line:

mips64el-linux-user/qemu-mips64el -cpu I6400 <executable file>

Helper scripts test_msa_compile.sh and test_msa_run.sh are also
provided. This is an example of compilation and execution of all
MSA tests:

cd <QEMU root directory>
cd tests/tcg/mips/user/ase/msa

./test_msa_compile.sh
./test_msa_run.sh