Chromium Code Reviews| Index: runtime/vm/assembler_ia32.h |
| =================================================================== |
| --- runtime/vm/assembler_ia32.h (revision 13214) |
| +++ runtime/vm/assembler_ia32.h (working copy) |
| @@ -398,6 +398,8 @@ |
| void pmovsxdq(XmmRegister dst, XmmRegister src); |
| void pcmpeqq(XmmRegister dst, XmmRegister src); |
| + void pxor(XmmRegister dst, XmmRegister src); |
| + |
| void flds(const Address& src); |
| void fstps(const Address& dst); |