commit | e61ccc7b0c413f3937dfd53b72a8ac29b226975f | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@ozlabs.org> | Wed Aug 30 14:12:34 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Sep 01 16:39:53 2017 +1000 |
tree | ca369c9a9b0f3f6320b480a829d8742a1fd3b07e | |
parent | c22435a5f3d8f85ea162ae523a6ba60a58521ba5 [diff] |
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>