From: Juha Riihimäki <juha.riihim...@nokia.com> This is the revised set of patches for the ARM translator and it includes a number of smaller fixes and improvements. The series should be applied in sequence as the modifications are mostly related to the same file, target-arm/translate.c. The whole series should apply cleanly against latest git.
Note that the three patches have been removed from this series compared to the previous version and one new one added. Juha Riihimäki (10): target-arm: fix neon vshrn/vrshrn ops target-arm: add support for neon vld1.64/vst1.64 instructions target-arm: allow modifying vfp fpexc en bit only target-arm: optimize vfp load/store multiple ops target-arm: optimize arm load/store multiple ops target-arm: fix neon vsri, vshl and vsli ops target-arm: optimize thumb2 load/store multiple ops target-arm: optimize thumb push/pop ops target-arm: optimize neon vld/vst ops target-arm: fix neon shift helper functions target-arm/neon_helper.c | 12 ++-- target-arm/translate.c | 205 +++++++++++++++++++++++++++------------------- 2 files changed, 128 insertions(+), 89 deletions(-)