diff options
author | 2017-04-10 17:41:46 +0100 | |
---|---|---|
committer | 2017-04-20 00:21:29 +0100 | |
commit | f34dd206d0073fb3949be872224420a8488f551f (patch) | |
tree | b24b451af6efdd9f67c4cbd5c37ebb4ec6a4aaad /compiler/optimizing/nodes.h | |
parent | 1f56cb5c594f5757085820b1042988d10f02bb0b (diff) |
ARM64: Support MultiplyAccumulate for SIMD.
Test: test-art-host, test-art-target.
Change-Id: I06af8415e15352d09d176cae828163cbe99ae7a7
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r-- | compiler/optimizing/nodes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index 6be237e612..af953c8f99 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -1382,6 +1382,7 @@ class HLoopInformationOutwardIterator : public ValueObject { M(VecShl, VecBinaryOperation) \ M(VecShr, VecBinaryOperation) \ M(VecUShr, VecBinaryOperation) \ + M(VecMultiplyAccumulate, VecOperation) \ M(VecLoad, VecMemoryOperation) \ M(VecStore, VecMemoryOperation) \ |