| Index: src/IceAssemblerARM32.h
|
| diff --git a/src/IceAssemblerARM32.h b/src/IceAssemblerARM32.h
|
| index 93d885bb8c44b5a9c6c8562852439c38a9b934a7..ee4aa06ed2d12dc9f5c6bde9b696b4cb36516af8 100644
|
| --- a/src/IceAssemblerARM32.h
|
| +++ b/src/IceAssemblerARM32.h
|
| @@ -435,6 +435,13 @@ public:
|
| void vmuld(const Operand *OpDd, const Operand *OpDn, const Operand *OpDm,
|
| CondARM32::Cond Cond);
|
|
|
| + // Integer vector multiply.
|
| + void vmulqi(Type ElmtTy, const Operand *OpQd, const Operand *OpQn,
|
| + const Operand *OpQm);
|
| +
|
| + // Float vector multiply.
|
| + void vmulqf(const Operand *OpQd, const Operand *OpQn, const Operand *OpQm);
|
| +
|
| void vmuls(const Operand *OpSd, const Operand *OpSn, const Operand *OpSm,
|
| CondARM32::Cond Cond);
|
|
|
|
|