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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/HeapNumberConstants.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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 pool type: number 6 pool type: number
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 a = 1.414; 322 a = 1.414;
323 a = 1.414; 323 a = 1.414;
324 a = 1.414; 324 a = 1.414;
325 a = 1.414; 325 a = 1.414;
326 a = 1.414; 326 a = 1.414;
327 a = 1.414; 327 a = 1.414;
328 a = 1.414; a = 3.14; 328 a = 1.414; a = 3.14;
329 " 329 "
330 frame size: 1 330 frame size: 1
331 parameter count: 1 331 parameter count: 1
332 bytecode array length: 1032 332 bytecode array length: 1033
333 bytecodes: [ 333 bytecodes: [
334 B(StackCheck), 334 B(StackCheck),
335 B(LdaConstant), U8(0), 335 B(LdaConstant), U8(0),
336 B(Star), R(0), 336 B(Star), R(0),
337 B(LdaConstant), U8(1), 337 B(LdaConstant), U8(1),
338 B(Star), R(0), 338 B(Star), R(0),
339 B(LdaConstant), U8(2), 339 B(LdaConstant), U8(2),
340 B(Star), R(0), 340 B(Star), R(0),
341 B(LdaConstant), U8(3), 341 B(LdaConstant), U8(3),
342 B(Star), R(0), 342 B(Star), R(0),
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 B(LdaConstant), U8(251), 837 B(LdaConstant), U8(251),
838 B(Star), R(0), 838 B(Star), R(0),
839 B(LdaConstant), U8(252), 839 B(LdaConstant), U8(252),
840 B(Star), R(0), 840 B(Star), R(0),
841 B(LdaConstant), U8(253), 841 B(LdaConstant), U8(253),
842 B(Star), R(0), 842 B(Star), R(0),
843 B(LdaConstant), U8(254), 843 B(LdaConstant), U8(254),
844 B(Star), R(0), 844 B(Star), R(0),
845 B(LdaConstant), U8(255), 845 B(LdaConstant), U8(255),
846 B(Star), R(0), 846 B(Star), R(0),
847 B(LdaConstantWide), U16(256), 847 B(Wide), B(LdaConstant), U16(256),
848 B(Star), R(0), 848 B(Star), R(0),
849 B(LdaUndefined), 849 B(LdaUndefined),
850 B(Return), 850 B(Return),
851 ] 851 ]
852 constant pool: [ 852 constant pool: [
853 1.414, 853 1.414,
854 1.414, 854 1.414,
855 1.414, 855 1.414,
856 1.414, 856 1.414,
857 1.414, 857 1.414,
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 1.414, 1104 1.414,
1105 1.414, 1105 1.414,
1106 1.414, 1106 1.414,
1107 1.414, 1107 1.414,
1108 1.414, 1108 1.414,
1109 3.14, 1109 3.14,
1110 ] 1110 ]
1111 handlers: [ 1111 handlers: [
1112 ] 1112 ]
1113 1113
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698