Revision: 3741
Author: [email protected]
Date: Fri Jan 29 02:56:26 2010
Log: Change to src/x64/assembler-x64.h missing from r3740

[email protected]
http://code.google.com/p/v8/source/detail?r=3741

Modified:
 /branches/bleeding_edge/src/x64/assembler-x64.h

=======================================
--- /branches/bleeding_edge/src/x64/assembler-x64.h     Wed Jan 27 05:34:29 2010
+++ /branches/bleeding_edge/src/x64/assembler-x64.h     Fri Jan 29 02:56:26 2010
@@ -745,6 +745,9 @@
     arithmetic_op_32(0x23, dst, src);
   }

+  void andb(Register dst, Immediate src) {
+    immediate_arithmetic_op_8(0x4, dst, src);
+  }

   void decq(Register dst);
   void decq(const Operand& dst);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to