tests/tcg: target/mips: Change directory name 'bit-counting' to 'bit-count'
authorAleksandar Markovic <amarkovic@wavecomp.com>
Mon, 18 Feb 2019 06:57:47 +0000 (07:57 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 21 Feb 2019 18:36:47 +0000 (19:36 +0100)
commite7bbc9b1c2710b70f5a2ab379655bcc113cc0f21
tree3ba80f30ff8c866df4de1dccb4720e8c85ff92c5
parent1f69d17856d77f8b76e4365da77349a15b2792b2
tests/tcg: target/mips: Change directory name 'bit-counting' to 'bit-count'

Change directory name 'bit-counting' to 'bit-count'. This is just for
cosmetic and consistency sake. This was the only subdirectory in MSA
test directory that uses ending 'ing'.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
24 files changed:
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c [new file with mode: 0644]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_b.c [deleted file]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_d.c [deleted file]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_h.c [deleted file]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_w.c [deleted file]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_b.c [deleted file]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_d.c [deleted file]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_h.c [deleted file]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_w.c [deleted file]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_b.c [deleted file]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_d.c [deleted file]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_h.c [deleted file]
tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_w.c [deleted file]