]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: Fix UASWM and UALWM instructions for nanoMIPS
authorAleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Tue, 14 Jan 2020 12:09:18 +0000 (12:09 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Tue, 14 Jan 2020 12:09:18 +0000 (12:09 +0000)
commit8b7a3a2107c4e4465b256c61ae69bcf0421816bd
tree106760bbeb71b1fa9dfe6331af71b0d5ef809a69
parent0fb2f59f57df506b39bd6959d69b87aa4d4143aa
mips: Fix UASWM and UALWM instructions for nanoMIPS

UASWM and UALWM have not been implemented correctly.
Code used to implement SWM and LWM has been reused without making all of
the required adjustments.

This fixes memcpy() and memset() libc functions.
VEX/priv/guest_nanomips_toIR.c