Chromium Code Reviews| 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); |
|
Karl
2016/04/14 22:02:02
When adding a method that isn't in Dart, update co
John
2016/04/14 22:09:00
I totally forgot about updating that file. I also
|
| + |
| void vcmpd(const Operand *OpDd, const Operand *OpDm, CondARM32::Cond cond); |
| // Second argument of compare is zero (+0.0). |