History log of /art/test/550-checker-multiply-accumulate/src/Main.java
Revision Date Author Comments
9cb7fe4daf872fd0cb312489af263ebc622033a8 30-Nov-2017 Aart Bik <ajcbik@google.com> Exploited CHECK-START-{x,y,z} syntax.

Rationale:
Previous CL introduced new check syntax
to define multiple target architectures.
This CL exploits the new feature.

Bug: 62352954

Test: test-art-host test-art-target

Change-Id: Ia2b9f210b0c1483e96e1df2d3d5e27f24420245d
bc5460b850a0fa2d8dcf6c8d36b0eb86f8fe46a8 20-Jul-2017 Lena Djokic <Lena.Djokic@imgtec.com> MIPS: Support MultiplyAccumulate for SIMD.

Moved support for multiply accumulate from arm64-specific to
general instruction simplification.
Also extended 550-checker-multiply-accumulate test.

Test: test-art-host, test-art-target

Change-Id: If113f0f0d5cb48e8a76273c919cfa2f49fce667d
ceae1707509af19f295976c67d5f1d94e2580535 27-Jul-2017 Aart Bik <ajcbik@google.com> Typo in checker test : VecMull -> VecMul

Test: 550
Change-Id: Ibf845bb9e08eba8aebde01f8adb47d22a99e1237
f34dd206d0073fb3949be872224420a8488f551f 10-Apr-2017 Artem Serov <artem.serov@linaro.org> ARM64: Support MultiplyAccumulate for SIMD.

Test: test-art-host, test-art-target.

Change-Id: I06af8415e15352d09d176cae828163cbe99ae7a7
4a0dad67867f389e01a5a6c0fe381d210f687c0d 25-Jan-2016 Artem Udovichenko <artem.u@samsung.com> Revert "Revert "ARM/ARM64: Extend support of instruction combining.""

This reverts commit 6b5afdd144d2bb3bf994240797834b5666b2cf98.

Change-Id: Ic27a10f02e21109503edd64e6d73d1bb0c6a8ac6
fb7fc7b1e11523b6e4f444f0f54de0b49cd0c4e1 24-Feb-2016 Roland Levillain <rpl@google.com> Fix indentation of copyright headers in some ART run-tests.

Reported by Kevin Brodsky <kevin.brodsky@linaro.org>.

Change-Id: Iec3d69aa33d3b6a31f1298607e0ee6bc4cb6d9c0
6b5afdd144d2bb3bf994240797834b5666b2cf98 22-Jan-2016 Nicolas Geoffray <ngeoffray@google.com> Revert "ARM/ARM64: Extend support of instruction combining."

The test fails its checker parts.

This reverts commit debeb98aaa8950caf1a19df490f2ac9bf563075b.

Change-Id: I49929e15950c7814da6c411ecd2b640d12de80df
debeb98aaa8950caf1a19df490f2ac9bf563075b 11-Dec-2015 Ilmir Usmanov <i.usmanov@samsung.com> ARM/ARM64: Extend support of instruction combining.

Combine multiply instructions in the following way:
ARM64:
MUL/NEG -> MNEG
ARM32 (32-bit integers only):
MUL/ADD -> MLA
MUL/SUB -> MLS

Change-Id: If20f2d8fb060145ab6fbceeb5a8f1a3d02e0ecdb
418318f4d50e0cfc2d54330d7623ee030d4d727d 20-Nov-2015 Alexandre Rames <alexandre.rames@linaro.org> ARM64: Add support for multiply-accumulate.

Change-Id: I88dc313df520480f3fd16bbabda27f9435d25368