| Index: src/IceAssemblerARM32.h
|
| diff --git a/src/IceAssemblerARM32.h b/src/IceAssemblerARM32.h
|
| index 2e141c13105a00dbea1751b78d3060f2ab63e5dc..93d885bb8c44b5a9c6c8562852439c38a9b934a7 100644
|
| --- a/src/IceAssemblerARM32.h
|
| +++ b/src/IceAssemblerARM32.h
|
| @@ -377,6 +377,8 @@ public:
|
|
|
| void veord(const Operand *OpDd, const Operand *OpDn, const Operand *OpDm);
|
|
|
| + void veorq(const Operand *OpQd, const Operand *OpQn, const Operand *OpQm);
|
| +
|
| void vldrd(const Operand *OpDd, const Operand *OpAddress,
|
| CondARM32::Cond Cond, const TargetInfo &TInfo);
|
|
|
|
|