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

Unified Diff: test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden

Issue 1783483002: [interpreter] Add support for scalable operands. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Re-generate golden files. Created 4 years, 9 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
Index: test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden b/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
index 72e37ff45e7eba5b1cfdb8f96d64c2c7c97ca9c7..151c3342212be15f139f045bd83c68c537de2e7d 100644
--- a/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
+++ b/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
@@ -19,7 +19,7 @@ parameter count: 1
bytecode array length: 8
bytecodes: [
B(StackCheck),
- B(LdaSmi8), U8(2),
+ B(LdaSmi), U8(2),
B(StaGlobalSloppy), U8(0), U8(1),
B(LdaUndefined),
B(Return),
@@ -62,7 +62,7 @@ parameter count: 1
bytecode array length: 8
bytecodes: [
B(StackCheck),
- B(LdaSmi8), U8(2),
+ B(LdaSmi), U8(2),
B(StaGlobalStrict), U8(0), U8(1),
B(LdaUndefined),
B(Return),
@@ -84,7 +84,7 @@ parameter count: 1
bytecode array length: 8
bytecodes: [
B(StackCheck),
- B(LdaSmi8), U8(2),
+ B(LdaSmi), U8(2),
B(StaGlobalSloppy), U8(0), U8(1),
B(LdaUndefined),
B(Return),
@@ -233,7 +233,7 @@ snippet: "
"
frame size: 1
parameter count: 2
-bytecode array length: 1034
+bytecode array length: 1035
bytecodes: [
B(StackCheck),
B(Ldar), R(arg0),
@@ -620,8 +620,8 @@ bytecodes: [
B(Ldar), R(arg0),
B(Star), R(0),
B(LoadIC), R(0), U8(0), U8(255),
- B(LdaSmi8), U8(2),
- B(StaGlobalSloppyWide), U16(1), U16(257),
+ B(LdaSmi), U8(2),
+ B(Wide), B(StaGlobalSloppy), U16(1), U16(257),
B(LdaUndefined),
B(Return),
]
@@ -771,7 +771,7 @@ snippet: "
"
frame size: 1
parameter count: 2
-bytecode array length: 1034
+bytecode array length: 1035
bytecodes: [
B(StackCheck),
B(Ldar), R(arg0),
@@ -1158,8 +1158,8 @@ bytecodes: [
B(Ldar), R(arg0),
B(Star), R(0),
B(LoadIC), R(0), U8(0), U8(255),
- B(LdaSmi8), U8(2),
- B(StaGlobalStrictWide), U16(1), U16(257),
+ B(LdaSmi), U8(2),
+ B(Wide), B(StaGlobalStrict), U16(1), U16(257),
B(LdaUndefined),
B(Return),
]

Powered by Google App Engine
This is Rietveld 408576698