Reviewers: Jakob,

Message:
PTAL.

Description:
Add cvtsd2ss into X64 disassembler

Please review this at https://codereview.chromium.org/23894002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/x64/disasm-x64.cc


Index: src/x64/disasm-x64.cc
diff --git a/src/x64/disasm-x64.cc b/src/x64/disasm-x64.cc
index acf2dc1acc0cb8492835dd42013a12663533d9a0..9984a46307dec9f6a1d512f4f64fe30b5c637d6c 100644
--- a/src/x64/disasm-x64.cc
+++ b/src/x64/disasm-x64.cc
@@ -1320,6 +1320,8 @@ const char* DisassemblerX64::TwoByteMnemonic(byte opcode) {
       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.

Reply via email to