Re: [PATCH 1/6] powerpc test_emulate_step: update nip with patched instruction address

2020-06-22 Thread Jordan Niethe
On Mon, Jun 22, 2020 at 5:10 PM Balamuruhan S wrote: > > pt_regs are initialized to zero in the test infrastructure, R bit > in prefixed instruction form is used to specify whether the effective > address of the storage operand is computed relative to the address > of the instruction. > > If R = 1

[PATCH 1/6] powerpc test_emulate_step: update nip with patched instruction address

2020-06-22 Thread Balamuruhan S
pt_regs are initialized to zero in the test infrastructure, R bit in prefixed instruction form is used to specify whether the effective address of the storage operand is computed relative to the address of the instruction. If R = 1 and RA = R0|0, the sum of the address of the instruction and the v