commit | 0173a00521e3d66afbeb0d0b19e78ac68095b7e7 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sat Feb 08 14:46:55 2014 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Sat Feb 08 14:46:55 2014 +0000 |
tree | 76ab76f7650f25013136475eccc8f0964e224278 | |
parent | 8b12a0cfc1449b1a0768705e61df5235bf93160d [diff] |
target-arm: A64: Implement pairwise integer ops from 3-reg-same SIMD Implement the pairwise integer operations in the 3-reg-same SIMD group: ADDP, SMAXP, SMINP, UMAXP and UMINP. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>