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

Issue 1049933002: Implement bigint shift intrinsics on x64. (Closed)

Created:
5 years, 8 months ago by regis
Modified:
5 years, 8 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Implement bigint shift intrinsics on x64. Add assembler support and tests for shld and shrd instructions on x64. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=44834

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -11 lines) Patch
M runtime/lib/bigint.dart View 8 chunks +11 lines, -11 lines 0 comments Download
M runtime/vm/assembler_x64.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M runtime/vm/assembler_x64_test.cc View 1 chunk +36 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 1 chunk +78 lines, -0 lines 0 comments Download
M runtime/vm/method_recognizer.h View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
regis
5 years, 8 months ago (2015-04-01 01:45:24 UTC) #2
srdjan
LGTM
5 years, 8 months ago (2015-04-01 17:35:02 UTC) #3
regis
5 years, 8 months ago (2015-04-01 17:36:03 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r44834 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698