Re: [Qemu-devel] [PATCH 2/2] target/arm: Implement ARMv8.0-PredRes

2019-02-26 Thread Peter Maydell
On Tue, 26 Feb 2019 at 18:52, Richard Henderson wrote: > > On 2/26/19 10:44 AM, Peter Maydell wrote: > > On Wed, 20 Feb 2019 at 23:50, Richard Henderson > > wrote: > >> > >> This is named "Execution and Data prediction restriction instructions" > >> within the ARMv8.5 manual, and given the name "

Re: [Qemu-devel] [PATCH 2/2] target/arm: Implement ARMv8.0-PredRes

2019-02-26 Thread Richard Henderson
On 2/26/19 10:44 AM, Peter Maydell wrote: > On Wed, 20 Feb 2019 at 23:50, Richard Henderson > wrote: >> >> This is named "Execution and Data prediction restriction instructions" >> within the ARMv8.5 manual, and given the name "PredRes" by binutils. > > The official name is v8.0-PredInv. > (You c

Re: [Qemu-devel] [PATCH 2/2] target/arm: Implement ARMv8.0-PredRes

2019-02-26 Thread Peter Maydell
On Wed, 20 Feb 2019 at 23:50, Richard Henderson wrote: > > This is named "Execution and Data prediction restriction instructions" > within the ARMv8.5 manual, and given the name "PredRes" by binutils. The official name is v8.0-PredInv. (You can see this used in the xml descriptions for the new in

[Qemu-devel] [PATCH 2/2] target/arm: Implement ARMv8.0-PredRes

2019-02-20 Thread Richard Henderson
This is named "Execution and Data prediction restriction instructions" within the ARMv8.5 manual, and given the name "PredRes" by binutils. Signed-off-by: Richard Henderson --- target/arm/cpu.h| 11 ++ target/arm/cpu.c| 1 + target/arm/cpu64.c | 2 ++ target/arm/helper.c | 49