https://codereview.chromium.org/425053002/diff/1/src/mips64/lithium-codegen-mips64.cc
File src/mips64/lithium-codegen-mips64.cc (right):

https://codereview.chromium.org/425053002/diff/1/src/mips64/lithium-codegen-mips64.cc#newcode3861
src/mips64/lithium-codegen-mips64.cc:3861: __ cvt_d_s(result,
result.low());
On 2014/07/29 16:54:26, paul.l... wrote:
Please remove use of result.low() in both instructions, and just use
'result'.
In fp64 mode, we pass full 64-bit FP regs that can be used as target
of either
single or double-precision ops. We no longer use pairs, and should
then no
longer use .low() or .high(). (They will be removed in a future mips64
cleanup
CL)

Done.

https://codereview.chromium.org/425053002/

--
--
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/d/optout.

Reply via email to