commit | 8aedfb64cdcfa60a077c66e802f6c65a419631de | [log] [tgz] |
---|---|---|
author | Siarhei Volkau <lis8215@gmail.com> | Thu Jun 08 13:42:22 2023 +0300 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Jul 10 23:33:38 2023 +0200 |
tree | a6bebbe5b12489e8a77fcac765c0ed88ca56ec01 | |
parent | 4b9680d3380525c75663c34071c039ae435ad285 [diff] |
target/mips/mxu: Add Q8SAD instruction The instruction implements SAD (sum-absolute-difference) operation which is used in motion estimation algorithms. The instruction handles four 8-bit data in parallel. Signed-off-by: Siarhei Volkau <lis8215@gmail.com> Message-Id: <20230608104222.1520143-34-lis8215@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>