Index: src/x64/assembler-x64.h |
=================================================================== |
--- src/x64/assembler-x64.h (revision 6635) |
+++ src/x64/assembler-x64.h (working copy) |
@@ -1270,6 +1270,8 @@ |
void ucomisd(XMMRegister dst, XMMRegister src); |
void ucomisd(XMMRegister dst, const Operand& src); |
+ void movmskpd(Register dst, XMMRegister src); |
+ |
// The first argument is the reg field, the second argument is the r/m field. |
void emit_sse_operand(XMMRegister dst, XMMRegister src); |
void emit_sse_operand(XMMRegister reg, const Operand& adr); |