Index: src/IceAssemblerARM32.h |
diff --git a/src/IceAssemblerARM32.h b/src/IceAssemblerARM32.h |
index 2b34178edcf3ecbcd6d56fbe14265b30d955f978..2df39f1497f1a335563cd9e9c0a8c4b7c736a30c 100644 |
--- a/src/IceAssemblerARM32.h |
+++ b/src/IceAssemblerARM32.h |
@@ -325,6 +325,8 @@ public: |
// Float vector add. |
void vaddqf(const Operand *OpQd, const Operand *OpQm, const Operand *OpQn); |
+ void vandq(const Operand *OpQd, const Operand *OpQm, const Operand *OpQn); |
+ |
void vcmpd(const Operand *OpDd, const Operand *OpDm, CondARM32::Cond cond); |
// Second argument of compare is zero (+0.0). |