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

Issue 12837009: Adds MIPS SPECIAL instructions to simulator, assembler, debugger. (Closed)

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

Description

Adds MIPS SPECIAL instructions to simulator, assembler, debugger. Committed: https://code.google.com/p/dart/source/detail?r=20321

Patch Set 1 #

Patch Set 2 : #

Total comments: 23

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+663 lines, -26 lines) Patch
M runtime/vm/assembler_mips.h View 1 2 3 5 chunks +95 lines, -13 lines 0 comments Download
M runtime/vm/assembler_mips_test.cc View 1 2 3 2 chunks +327 lines, -2 lines 0 comments Download
M runtime/vm/constants_mips.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/disassembler_mips.cc View 1 2 3 3 chunks +90 lines, -2 lines 0 comments Download
M runtime/vm/simulator_mips.cc View 1 2 3 3 chunks +150 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zra
Apologies for doing so many instructions in the same CL, but hopefully they are pretty ...
7 years, 9 months ago (2013-03-15 23:15:39 UTC) #1
Ivan Posva
https://codereview.chromium.org/12837009/diff/8/runtime/vm/assembler_mips.h File runtime/vm/assembler_mips.h (right): https://codereview.chromium.org/12837009/diff/8/runtime/vm/assembler_mips.h#newcode274 runtime/vm/assembler_mips.h:274: Emit(Instr::kNopInstruction); // Branch delay NOP. How about EmitBranchDelayNop() which ...
7 years, 9 months ago (2013-03-20 01:54:51 UTC) #2
zra
Thanks! https://codereview.chromium.org/12837009/diff/8/runtime/vm/assembler_mips.h File runtime/vm/assembler_mips.h (right): https://codereview.chromium.org/12837009/diff/8/runtime/vm/assembler_mips.h#newcode274 runtime/vm/assembler_mips.h:274: Emit(Instr::kNopInstruction); // Branch delay NOP. On 2013/03/20 01:54:51, ...
7 years, 9 months ago (2013-03-20 15:53:50 UTC) #3
Ivan Posva
LGTM -ip https://codereview.chromium.org/12837009/diff/8/runtime/vm/disassembler_mips.cc File runtime/vm/disassembler_mips.cc (right): https://codereview.chromium.org/12837009/diff/8/runtime/vm/disassembler_mips.cc#newcode301 runtime/vm/disassembler_mips.cc:301: Format(instr, "sra 'rd, 'rt, 'sa"); On 2013/03/20 ...
7 years, 9 months ago (2013-03-21 00:08:06 UTC) #4
zra
Thanks! https://codereview.chromium.org/12837009/diff/13001/runtime/vm/assembler_mips.h File runtime/vm/assembler_mips.h (right): https://codereview.chromium.org/12837009/diff/13001/runtime/vm/assembler_mips.h#newcode271 runtime/vm/assembler_mips.h:271: void jalr(Register rs, Register rd) { On 2013/03/21 ...
7 years, 9 months ago (2013-03-21 15:49:08 UTC) #5
zra
7 years, 9 months ago (2013-03-21 15:50:37 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r20321 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698