diff options
author | 2015-11-23 17:35:55 +0000 | |
---|---|---|
committer | 2015-11-23 17:35:55 +0000 | |
commit | 67e0ad6df9db9193fb1fb7115c249a39b1be6033 (patch) | |
tree | 0009e43936a25861848d909140accf26571c8cec /compiler/optimizing/nodes.h | |
parent | 349106d96cc56399ab594aaee0beed223ee0b8f8 (diff) | |
parent | 418318f4d50e0cfc2d54330d7623ee030d4d727d (diff) |
Merge "ARM64: Add support for multiply-accumulate."
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r-- | compiler/optimizing/nodes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index e11dfbbad9..1bd626fe2b 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -1101,7 +1101,8 @@ class HLoopInformationOutwardIterator : public ValueObject { #define FOR_EACH_CONCRETE_INSTRUCTION_ARM64(M) #else #define FOR_EACH_CONCRETE_INSTRUCTION_ARM64(M) \ - M(Arm64IntermediateAddress, Instruction) + M(Arm64IntermediateAddress, Instruction) \ + M(Arm64MultiplyAccumulate, Instruction) #endif #define FOR_EACH_CONCRETE_INSTRUCTION_MIPS(M) |