[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 3/7] tests/tcg: target/mips: Change directory na
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [Qemu-devel] [PATCH 3/7] tests/tcg: target/mips: Change directory name 'bit-counting' to 'bit-count' |
Date: |
Mon, 18 Feb 2019 22:44:33 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0 |
On 2/18/19 4:31 PM, Aleksandar Markovic wrote:
> From: Aleksandar Markovic <address@hidden>
>
> 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 <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_nloc_b.c | 0
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_nloc_d.c | 0
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_nloc_h.c | 0
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_nloc_w.c | 0
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_nlzc_b.c | 0
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_nlzc_d.c | 0
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_nlzc_h.c | 0
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_nlzc_w.c | 0
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_pcnt_b.c | 0
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_pcnt_d.c | 0
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_pcnt_h.c | 0
> tests/tcg/mips/user/ase/msa/{bit-counting => bit-count}/test_msa_pcnt_w.c | 0
> 12 files changed, 0 insertions(+), 0 deletions(-)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_nloc_b.c (100%)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_nloc_d.c (100%)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_nloc_h.c (100%)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_nloc_w.c (100%)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_nlzc_b.c (100%)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_nlzc_d.c (100%)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_nlzc_h.c (100%)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_nlzc_w.c (100%)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_pcnt_b.c (100%)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_pcnt_d.c (100%)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_pcnt_h.c (100%)
> rename tests/tcg/mips/user/ase/msa/{bit-counting =>
> bit-count}/test_msa_pcnt_w.c (100%)
>
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_b.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_b.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_d.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_d.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_h.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_h.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_w.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_w.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_b.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_b.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_d.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_d.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_h.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_h.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_w.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_w.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_b.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_b.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_d.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_d.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_h.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_h.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c
> diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_w.c
> b/tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c
> similarity index 100%
> rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_w.c
> rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c
>
- [Qemu-devel] [PATCH 0/7] Misc target/mips fixes and improvements, Aleksandar Markovic, 2019/02/18
- [Qemu-devel] [PATCH 3/7] tests/tcg: target/mips: Change directory name 'bit-counting' to 'bit-count', Aleksandar Markovic, 2019/02/18
- Re: [Qemu-devel] [PATCH 3/7] tests/tcg: target/mips: Change directory name 'bit-counting' to 'bit-count',
Philippe Mathieu-Daudé <=
- [Qemu-devel] [PATCH 4/7] tests/tcg: target/mips: Add wrappers for MSA integer compare instructions, Aleksandar Markovic, 2019/02/18
- [Qemu-devel] [PATCH 1/7] hw/misc: mips_itu: Fix 32/64 bit issue in a line involving shift operator, Aleksandar Markovic, 2019/02/18
- [Qemu-devel] [PATCH 2/7] tests/tcg: target/mips: Correct path to headers in some test source files, Aleksandar Markovic, 2019/02/18
- [Qemu-devel] [PATCH 6/7] disas: nanoMIPS: Correct comments to handlers of some DSP instructions, Aleksandar Markovic, 2019/02/18
- [Qemu-devel] [PATCH 7/7] disas: nanoMIPS: Fix a function misnomer, Aleksandar Markovic, 2019/02/18
- [Qemu-devel] [PATCH 5/7] tests/tcg: target/mips: Add tests for MSA integer compare instructions, Aleksandar Markovic, 2019/02/18