| Index: src/IceAssemblerARM32.h
|
| diff --git a/src/IceAssemblerARM32.h b/src/IceAssemblerARM32.h
|
| index 953b95ba3c47e8a90fcc8a0ec59dc66e540e0835..9a76338fe99370b56669894d3a03126c7eee4fe7 100644
|
| --- a/src/IceAssemblerARM32.h
|
| +++ b/src/IceAssemblerARM32.h
|
| @@ -338,6 +338,8 @@ public:
|
| void vdivs(const Operand *OpSd, const Operand *OpSn, const Operand *OpSm,
|
| CondARM32::Cond Cond);
|
|
|
| + void veord(const Operand *OpDd, const Operand *OpDn, const Operand *OpDm);
|
| +
|
| void vldrd(const Operand *OpDd, const Operand *OpAddress,
|
| CondARM32::Cond Cond, const TargetInfo &TInfo);
|
|
|
|
|