[PATCH 1/3] powerpc: Split out instruction analysis part of emulate_step()

2014-09-01 Thread Paul Mackerras
This splits out the instruction analysis part of emulate_step() into a separate analyse_instr() function, which decodes the instruction, but doesn't execute any load or store instructions. It does execute integer instructions and branches which can be executed purely by updating register values in

Re: [PATCH 1/3] powerpc: Split out instruction analysis part of emulate_step()

2014-08-20 Thread Michael Ellerman
On Mon, 2014-08-18 at 22:13 +1000, Paul Mackerras wrote: > This splits out the instruction analysis part of emulate_step() into > a separate analyse_instr() function, which decodes the instruction, > but doesn't execute any load or store instructions. It does execute > integer instructions and bra

[PATCH 1/3] powerpc: Split out instruction analysis part of emulate_step()

2014-08-18 Thread Paul Mackerras
This splits out the instruction analysis part of emulate_step() into a separate analyse_instr() function, which decodes the instruction, but doesn't execute any load or store instructions. It does execute integer instructions and branches which can be executed purely by updating register values in