Implement ppc64 ldbrx as 64-bit load and Iop_Reverse8sIn64_x1.
commit0ed17bc9f675c59cf1e93caa4290e0b21b84c0a0
authorMark Wielaard <mark@klomp.org>
Fri, 7 Dec 2018 15:42:22 +0000 (7 10:42 -0500)
committerMark Wielaard <mark@klomp.org>
Thu, 20 Dec 2018 21:46:59 +0000 (20 22:46 +0100)
tree74eb76ac17b9f1231caa69759fe534675c1fc6b5
parent5b4029b8cc8fc74a6e24e8bfaee1914e46081496
Implement ppc64 ldbrx as 64-bit load and Iop_Reverse8sIn64_x1.

This makes it possible for memcheck to analyse the new gcc strcmp
inlined code correctly even if the ldbrx load is partly beyond an
addressable block.

Partially resolves bug 386945.
VEX/priv/guest_ppc_toIR.c
VEX/priv/host_ppc_isel.c