From: Juha Riihimäki <juha.riihim...@nokia.com> Revised version of the ARM NEON instruction decoding fix patch. The patch has now been split in two, first patch introduces the functional changes and the second patch aligns the source code formatting inside the disas_neon_data_insn() function.
The functional patch has also been revised to include an extra check when determining element size for "two registers and a shift" instructions. Juha Riihimäki (2): target-arm: neon emulation enhancements target-arm: source code formatting fix target-arm/translate.c | 1095 ++++++++++++++++++++++++++++-------------------- 1 files changed, 640 insertions(+), 455 deletions(-)