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

Issue 23536056: Thumb2 Backend: Enable Assembler to encode Thumb2 instructions

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: Enable Assembler to encode Thumb2 instructions This patch enables the ARM Assembler to emit Thumb2 instructions. The Assembler will emit Thumb2 instructions if the boolean thumb_mode in the Assembler is set to true. This is the 6th patch for the Thumb2 Backend. Previous patch: https://codereview.chromium.org/23530065/ Next patch: https://codereview.chromium.org/24714004/ BUG=none TEST=none

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -6 lines) Patch
M src/arm/assembler-arm.h View 6 chunks +15 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 39 chunks +303 lines, -6 lines 0 comments Download
M src/arm/assembler-thumb.cc View 1 1 chunk +75 lines, -0 lines 0 comments Download
M src/arm/constants-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698