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

Issue 23600058: Thumb2 Backend: Arithmetic instruction encoding methods

Created:
7 years, 3 months ago by rkrithiv
Modified:
6 years, 4 months ago
Reviewers:
ulan, danno
Base URL:
HEAD^
Visibility:
Public.

Description

Thumb2 Backend: Arithmetic instruction encoding methods This patch defines methods to encode arithmetic instructions. Each method checks the constraints to emit a 16-bit instruction if possible, otherwise a 32-bit instruction is emitted. This is the 4th patch for the Thumb2 Backend. Previous patch: https://codereview.chromium.org/23766038/ Next patch: https://codereview.chromium.org/23530065/ BUG=none TEST=none

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+763 lines, -3 lines) Patch
M src/arm/assembler-arm.h View 16 chunks +37 lines, -0 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 chunk +6 lines, -0 lines 0 comments Download
A src/arm/assembler-thumb.cc View 1 1 chunk +713 lines, -0 lines 0 comments Download
M src/arm/assembler-thumb32.cc View 1 1 chunk +6 lines, -3 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698