Re: [PATCH v3 2/4] powerpc/sstep: support emulation for vsx vector paired storage access instructions

2020-08-05 Thread Naveen N. Rao
Balamuruhan S wrote: add emulate_step() changes to support vsx vector paired storage access instructions that provides octword operands loads/stores between storage and set of 64 Vector Scalar Registers (VSRs). This should be squashed in with the previous patch. Otherwise, emulation of these

[PATCH v3 2/4] powerpc/sstep: support emulation for vsx vector paired storage access instructions

2020-07-31 Thread Balamuruhan S
add emulate_step() changes to support vsx vector paired storage access instructions that provides octword operands loads/stores between storage and set of 64 Vector Scalar Registers (VSRs). Suggested-by: Ravi Bangoria Suggested-by: Naveen N. Rao Signed-off-by: Balamuruhan S ---