Thanks for the review! Submitting.

http://codereview.chromium.org/3471011/diff/1/3
File src/x64/disasm-x64.cc (right):

http://codereview.chromium.org/3471011/diff/1/3#newcode1116
src/x64/disasm-x64.cc:1116: current += PrintOperands("cvttss2si",
REG_OPER_OP_ORDER, current);
This was the first thing I tried. PrintOperand would call
PrintRightOperand instead of PrintRightXMM operand. Teaching it to do
this right would be more complex, I think.
On 2010/09/24 12:19:16, Lasse Reichstein wrote:
Could this function be used for cvt[t]sd2si above?
(If it includes the operand size, it seems it should work the same).

http://codereview.chromium.org/3471011/show

--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

Reply via email to