| Index: src/IceAssemblerARM32.h
|
| diff --git a/src/IceAssemblerARM32.h b/src/IceAssemblerARM32.h
|
| index b1ca928cfb533aaa04bfabd3bb9a70ec8ffce2c9..ae3b93e3004d3c55ef94375c43086709eb355d8d 100644
|
| --- a/src/IceAssemblerARM32.h
|
| +++ b/src/IceAssemblerARM32.h
|
| @@ -343,6 +343,8 @@ public:
|
|
|
| void vandq(const Operand *OpQd, const Operand *OpQm, const Operand *OpQn);
|
|
|
| + void vbslq(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).
|
|
|