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

Issue 12634030: Adds branch instructions and labels to the MIPS simulator, assembler, disassembler. (Closed)

Created:
7 years, 9 months ago by zra
Modified:
7 years, 9 months ago
Reviewers:
regis, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Adds branch instructions and labels to the MIPS simulator, assembler, disassembler. Committed: https://code.google.com/p/dart/source/detail?r=20419

Patch Set 1 #

Total comments: 28

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+712 lines, -8 lines) Patch
M runtime/vm/assembler_mips.h View 1 2 6 chunks +133 lines, -7 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
M runtime/vm/assembler_mips_test.cc View 1 1 chunk +344 lines, -1 line 0 comments Download
M runtime/vm/constants_mips.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/disassembler_mips.cc View 1 5 chunks +74 lines, -0 lines 0 comments Download
M runtime/vm/simulator_mips.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 1 2 3 chunks +119 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
zra
7 years, 9 months ago (2013-03-22 18:30:25 UTC) #1
regis
https://codereview.chromium.org/12634030/diff/1/runtime/vm/assembler_mips.cc File runtime/vm/assembler_mips.cc (right): https://codereview.chromium.org/12634030/diff/1/runtime/vm/assembler_mips.cc#newcode40 runtime/vm/assembler_mips.cc:40: int32_t Assembler::EncodeBranchOffset(int32_t offset, int32_t inst) { inst -> instr ...
7 years, 9 months ago (2013-03-22 19:51:16 UTC) #2
zra
https://codereview.chromium.org/12634030/diff/1/runtime/vm/assembler_mips.cc File runtime/vm/assembler_mips.cc (right): https://codereview.chromium.org/12634030/diff/1/runtime/vm/assembler_mips.cc#newcode40 runtime/vm/assembler_mips.cc:40: int32_t Assembler::EncodeBranchOffset(int32_t offset, int32_t inst) { On 2013/03/22 19:51:16, ...
7 years, 9 months ago (2013-03-22 20:16:01 UTC) #3
regis
LGTM with one comment. https://codereview.chromium.org/12634030/diff/9/runtime/vm/assembler_mips.cc File runtime/vm/assembler_mips.cc (right): https://codereview.chromium.org/12634030/diff/9/runtime/vm/assembler_mips.cc#newcode36 runtime/vm/assembler_mips.cc:36: label->BindTo(bound_pc); The delay slot should ...
7 years, 9 months ago (2013-03-22 20:33:12 UTC) #4
zra
On 2013/03/22 20:33:12, regis wrote: > LGTM with one comment. > > https://codereview.chromium.org/12634030/diff/9/runtime/vm/assembler_mips.cc > File ...
7 years, 9 months ago (2013-03-22 20:47:02 UTC) #5
regis
On 2013/03/22 20:47:02, zra wrote: > On 2013/03/22 20:33:12, regis wrote: > > LGTM with ...
7 years, 9 months ago (2013-03-22 21:17:18 UTC) #6
zra
Got it. I also fixed an off by one error; the branch offsets are relative ...
7 years, 9 months ago (2013-03-22 21:24:37 UTC) #7
zra
7 years, 9 months ago (2013-03-22 21:37:15 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r20419 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698