Re: [PATCH v2 00/17] target/arm: Convert rest of Neon 3-reg-same to decodetree

2020-05-12 Thread no-reply
rest of Neon 3-reg-same to decodetree Type: series === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === T

[PATCH v2 00/17] target/arm: Convert rest of Neon 3-reg-same to decodetree

2020-05-12 Thread Peter Maydell
This patchset is v2 of the Neon decodetree conversion. The first half of v1 is in master already, so we're left just with patches converting the rest of the 3-reg-same Neon dp insn group. Based-on: <20200508152200.6547-1-richard.hender...@linaro.org> ("[PATCH v3 00/16] target/arm: partial vector c