commit | 9e51e0cd4bac9dd94f593d66497f635edd871d2e | [log] [tgz] |
---|---|---|
author | Siarhei Volkau <lis8215@gmail.com> | Thu Jun 08 13:42:04 2023 +0300 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Jul 10 23:33:38 2023 +0200 |
tree | f62e26c5445381d5592ff82b09a792a6b91f95e8 | |
parent | a9bfd80bd48f43ce333e8668f1b26b5cfd2d1ac2 [diff] |
target/mips/mxu: Add D32ADD instruction The instruction adds/subtracts two 32-bit values in XRb and XRc. Placing results in XRa and XRd and updates carry bits for each path in the MXU control register. Signed-off-by: Siarhei Volkau <lis8215@gmail.com> Message-Id: <20230608104222.1520143-16-lis8215@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>