Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Issue 648613006: Implement bigint absAdd, absSub, mulAdd, sqrAdd, estQuotientDigit intrinsics, (Closed)

Created:
6 years, 2 months ago by regis
Modified:
6 years, 2 months ago
Reviewers:
zra, Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Implement bigint absAdd, absSub, mulAdd, sqrAdd, estQuotientDigit intrinsics, and Montgomery mulMod intrinsics on x64. Add support for mul, div, shld, adc, sbb instructions on x64. Add assembler tests. R=zra@google.com Committed: https://code.google.com/p/dart/source/detail?r=41050

Patch Set 1 #

Total comments: 17

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+773 lines, -104 lines) Patch
M runtime/vm/assembler_ia32.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/assembler_ia32_test.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 4 chunks +18 lines, -9 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 6 chunks +106 lines, -18 lines 0 comments Download
M runtime/vm/assembler_x64_test.cc View 1 4 chunks +169 lines, -0 lines 0 comments Download
M runtime/vm/disassembler_x64.cc View 1 3 chunks +18 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 7 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 11 chunks +26 lines, -21 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 17 chunks +25 lines, -19 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 3 chunks +387 lines, -8 lines 0 comments Download
M runtime/vm/object.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
regis
6 years, 2 months ago (2014-10-10 15:29:25 UTC) #2
zra
https://codereview.chromium.org/648613006/diff/1/runtime/vm/assembler_x64.h File runtime/vm/assembler_x64.h (right): https://codereview.chromium.org/648613006/diff/1/runtime/vm/assembler_x64.h#newcode549 runtime/vm/assembler_x64.h:549: void addl(Register dst, const Address& address); Please add assembler ...
6 years, 2 months ago (2014-10-10 16:23:43 UTC) #3
regis
Thanks! Please, have another look so I can go on vacation :-) https://codereview.chromium.org/648613006/diff/1/runtime/vm/assembler_x64.h File runtime/vm/assembler_x64.h ...
6 years, 2 months ago (2014-10-10 19:15:48 UTC) #4
zra
lgtm Enjoy your vacation =) https://codereview.chromium.org/648613006/diff/1/runtime/vm/intrinsifier_x64.cc File runtime/vm/intrinsifier_x64.cc (right): https://codereview.chromium.org/648613006/diff/1/runtime/vm/intrinsifier_x64.cc#newcode849 runtime/vm/intrinsifier_x64.cc:849: __ decq(RCX); // Does ...
6 years, 2 months ago (2014-10-10 19:34:56 UTC) #5
regis
6 years, 2 months ago (2014-10-10 19:50:09 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:200001) manually as r41050 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698