diff options
author | 2017-04-20 17:28:00 +0000 | |
---|---|---|
committer | 2017-04-20 17:28:01 +0000 | |
commit | f99f62f8e04aecbbe1615e242a19ac475f66e565 (patch) | |
tree | 43f4758d8462343395028fd634430da770a61b83 /compiler/optimizing/nodes.h | |
parent | 4c408ca7262122729fc9b1e53ad439507bd2ec19 (diff) | |
parent | f34dd206d0073fb3949be872224420a8488f551f (diff) |
Merge "ARM64: Support MultiplyAccumulate for SIMD."
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) \ |