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

Unified Diff: src/vm/assembler_arm.h

Issue 2067483002: More compact snapshots. (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Feedback Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/vm/heap.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/assembler_arm.h
diff --git a/src/vm/assembler_arm.h b/src/vm/assembler_arm.h
index 6a0979641209f9acf3f78710978589ffacf00084..016156ba848f3f4090645db11aed1371db935ecd 100644
--- a/src/vm/assembler_arm.h
+++ b/src/vm/assembler_arm.h
@@ -165,6 +165,8 @@ class Assembler {
public:
INSTRUCTION_3(add, "add %r, %r, %r", Register, Register, Register);
INSTRUCTION_3(add, "add %r, %r, %i", Register, Register, const Immediate&);
+ INSTRUCTION_4(add, "add%c %r, %r, %i", Condition, Register, Register,
+ const Immediate&);
INSTRUCTION_3(add, "add %r, %r, %o", Register, Register, const Operand&);
INSTRUCTION_3(adds, "adds %r, %r, %r", Register, Register, Register);
INSTRUCTION_3(adds, "adds %r, %r, %i", Register, Register, const Immediate&);
@@ -194,6 +196,8 @@ class Assembler {
INSTRUCTION_3(eor, "eor %r, %r, %r", Register, Register, Register);
+ INSTRUCTION_1(it, "it %c", Condition);
+
INSTRUCTION_2(ldr, "ldr %r, %a", Register, const Address&);
INSTRUCTION_2(ldr, "ldr %r, =%s", Register, const char*);
INSTRUCTION_2(ldr, "ldr %r, =%l", Register, Label*);
« no previous file with comments | « no previous file | src/vm/heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698