|
|
Enables many language tests for arm64.
- Adds msub and smulh instructions for implementing
BinarySmiOp.
- Adds fmovdd to move doubles between V registers.
- Implements many stubs and IL instructions. These are
ported from ARM with small fix-ups. Deopt code comes
from x64 because the stack frame layout is the same.
R=regis@google.com
Committed: https://code.google.com/p/dart/source/detail?r=35753
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2234 lines, -151 lines) |
Patch |
 |
M |
runtime/vm/assembler_arm64.h
|
View
|
|
5 chunks |
+23 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_arm64.cc
|
View
|
|
2 chunks |
+55 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/assembler_arm64_test.cc
|
View
|
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/code_patcher_arm64.cc
|
View
|
|
1 chunk |
+37 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/constants_arm64.h
|
View
|
|
4 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/disassembler_arm64.cc
|
View
|
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_arm.cc
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_arm64.cc
|
View
|
|
11 chunks |
+476 lines, -15 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_ia32.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_mips.cc
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/flow_graph_compiler_x64.cc
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/intermediate_language_arm64.cc
|
View
|
1
|
14 chunks |
+1216 lines, -104 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/simulator_arm64.cc
|
View
|
|
3 chunks |
+47 lines, -4 lines |
0 comments
|
Download
|
 |
M |
runtime/vm/stub_code_arm64.cc
|
View
|
|
8 chunks |
+259 lines, -13 lines |
0 comments
|
Download
|
 |
M |
tests/language/language.status
|
View
|
|
1 chunk |
+37 lines, -1 line |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|