qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 2/2] tests/tcg/aarch64: add DC CVA[D]P tests


From: Peter Maydell
Subject: Re: [PATCH v3 2/2] tests/tcg/aarch64: add DC CVA[D]P tests
Date: Tue, 30 May 2023 13:28:44 +0100

On Fri, 19 May 2023 at 23:12, Zhuojia Shen <chaosdefinition@hotmail.com> wrote:
>
> Test execution of DC CVAP and DC CVADP instructions under user mode
> emulation.
>
> Signed-off-by: Zhuojia Shen <chaosdefinition@hotmail.com>
> ---
>  tests/tcg/aarch64/Makefile.target | 11 ++++++
>  tests/tcg/aarch64/dcpodp.c        | 58 +++++++++++++++++++++++++++++++
>  tests/tcg/aarch64/dcpop.c         | 58 +++++++++++++++++++++++++++++++
>  3 files changed, 127 insertions(+)
>  create mode 100644 tests/tcg/aarch64/dcpodp.c
>  create mode 100644 tests/tcg/aarch64/dcpop.c

> diff --git a/tests/tcg/aarch64/dcpodp.c b/tests/tcg/aarch64/dcpodp.c
> new file mode 100644
> index 0000000000..6f6301ac86
> --- /dev/null
> +++ b/tests/tcg/aarch64/dcpodp.c
> @@ -0,0 +1,58 @@
> +/* Test execution of DC CVADP instruction */

All new files should start with the standard brief
comment stating the copyright and license.

Otherwise
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]