|
MIPS[64]: Support for some SIMD operations (8)
Add support for S1x4And, S1x4Or, S1x4Xor, S1x4Not, S1x4AnyTrue,
S1x4AllTrue, S1x8And, S1x8Or, S1x8Xor, S1x8Not, S1x8AnyTrue,
S1x8AllTrue, S1x16And, S1x16Or, S1x16Xor, S1x16Not, S1x16AnyTrue,
S1x16AllTrue, SimdLoad, SimdStore operations for mips32 and mips64
architectures.
BUG=
Review-Url: https://codereview.chromium.org/2801683003
Cr-Commit-Position: refs/heads/master@{#45662}
Committed: https://chromium.googlesource.com/v8/v8/+/3e3dbdf3e56583a0bc2d6d372b384bf7f31f29b3
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+690 lines, -31 lines) |
Patch |
|
M |
src/compiler/instruction-selector.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler/mips/code-generator-mips.cc
|
View
|
1
2
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/mips/instruction-codes-mips.h
|
View
|
1
2
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/mips/instruction-selector-mips.cc
|
View
|
1
2
|
5 chunks |
+84 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/compiler/mips64/code-generator-mips64.cc
|
View
|
1
2
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/mips64/instruction-codes-mips64.h
|
View
|
1
2
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/mips64/instruction-selector-mips64.cc
|
View
|
1
2
|
5 chunks |
+84 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/mips/assembler-mips.h
|
View
|
1
2
3
|
2 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips/assembler-mips.cc
|
View
|
1
2
3
|
2 chunks |
+24 lines, -1 line |
0 comments
|
Download
|
|
M |
src/mips/constants-mips.h
|
View
|
1
2
3
|
2 chunks |
+40 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips/macro-assembler-mips.h
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips/macro-assembler-mips.cc
|
View
|
1
2
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips64/assembler-mips64.h
|
View
|
1
2
3
|
2 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips64/assembler-mips64.cc
|
View
|
1
2
3
|
2 chunks |
+24 lines, -1 line |
0 comments
|
Download
|
|
M |
src/mips64/constants-mips64.h
|
View
|
1
2
3
|
2 chunks |
+40 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips64/macro-assembler-mips64.h
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/mips64/macro-assembler-mips64.cc
|
View
|
1
2
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-disasm-mips.cc
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-disasm-mips64.cc
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/cctest/wasm/test-run-wasm-simd.cc
|
View
|
1
2
3
|
8 chunks |
+27 lines, -13 lines |
0 comments
|
Download
|
Total messages: 30 (17 generated)
|