OSDN Git Service

powerpc: Emulate vector element load/store instructions
authorPaul Mackerras <paulus@ozlabs.org>
Wed, 30 Aug 2017 04:12:34 +0000 (14:12 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 1 Sep 2017 06:39:53 +0000 (16:39 +1000)
commite61ccc7b0c413f3937dfd53b72a8ac29b226975f
treeca369c9a9b0f3f6320b480a829d8742a1fd3b07e
parentc22435a5f3d8f85ea162ae523a6ba60a58521ba5
powerpc: Emulate vector element load/store instructions

This adds code to analyse_instr() and emulate_step() to handle the
vector element loads and stores:

lvebx, lvehx, lvewx, stvebx, stvehx, stvewx.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/lib/sstep.c