RE: [PATCH v5 1/3] target-arm: Add support for Fujitsu A64FX

2021-08-30 Thread ishii.shuuic...@fujitsu.com
-...@nongnu.org; qemu-devel@nongnu.org > Subject: Re: [PATCH v5 1/3] target-arm: Add support for Fujitsu A64FX > > On Mon, Aug 30, 2021 at 05:28:18PM +0900, Shuuichirou Ishii wrote: > > Add a definition for the Fujitsu A64FX processor. > > > > The A64FX proces

Re: [PATCH v5 1/3] target-arm: Add support for Fujitsu A64FX

2021-08-30 Thread Andrew Jones
On Mon, Aug 30, 2021 at 05:28:18PM +0900, Shuuichirou Ishii wrote: > Add a definition for the Fujitsu A64FX processor. > > The A64FX processor does not implement the AArch32 Execution state, > so there are no associated AArch32 Identification registers. > > For SVE, the A64FX processor supports

[PATCH v5 1/3] target-arm: Add support for Fujitsu A64FX

2021-08-30 Thread Shuuichirou Ishii
Add a definition for the Fujitsu A64FX processor. The A64FX processor does not implement the AArch32 Execution state, so there are no associated AArch32 Identification registers. For SVE, the A64FX processor supports only 128,256 and 512bit vector lengths. Signed-off-by: Shuuichirou Ishii ---