Revision: 16518
Author: [email protected]
Date: Wed Sep 4 08:42:43 2013 UTC
Log: Add cvtsd2ss into X64 disassembler
[email protected]
Review URL: https://codereview.chromium.org/23894002
http://code.google.com/p/v8/source/detail?r=16518
Modified:
/branches/bleeding_edge/src/x64/disasm-x64.cc
=======================================
--- /branches/bleeding_edge/src/x64/disasm-x64.cc Tue Sep 3 07:30:01 2013
UTC
+++ /branches/bleeding_edge/src/x64/disasm-x64.cc Wed Sep 4 08:42:43 2013
UTC
@@ -1320,6 +1320,8 @@
return "addsd";
case 0x59: // F2 prefix.
return "mulsd";
+ case 0x5A: // F2 prefix.
+ return "cvtsd2ss";
case 0x5C: // F2 prefix.
return "subsd";
case 0x5E: // F2 prefix.
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.