]> sourceware.org Git - valgrind.git/commit
PPC64: Fix EA calculation for prefixed instructions
authorCarl Love <cel@us.ibm.com>
Mon, 11 Jan 2021 16:41:47 +0000 (10:41 -0600)
committerCarl Love <cel@us.ibm.com>
Mon, 11 Jan 2021 21:28:24 +0000 (15:28 -0600)
commitc2e46b0ef23409bb8bf3241c04b51841a6f92c59
tree17cd46c31a666edd245d5941e08f0cd4844c8f4d
parent10f16e8d9ed8dc088bc0ae86044d86e3efb9eb1a
PPC64: Fix EA calculation for prefixed instructions

The effective address (EA) calculation for the prefixed instructions
concatenate an 18-bit immediate value from the prefix word and a 16-bit
immediate value fro the instruction word.  This results in a 34-bit value.
The concatenated value must be stored into a long long int not a 32-bit
integer.
VEX/priv/guest_ppc_toIR.c
This page took 0.030802 seconds and 5 git commands to generate.