Commit 60b697d
deps: V8: cherry-pick 7889803e82d3
Original commit message:
[mips] Use t9 as the function call register.
on mips, we should use t9 when jump to a ExternalReference, because
the callee function will consider t9 as the function start address.
Change-Id: I56e2bf073fd24b2f3434dfd255d48264bfd0b2cd
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1826417
Auto-Submit: Yu Yin <xwafish@gmail.com>
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#63988}
Refs: v8/v8@7889803
PR-URL: #34214
Fixes: #33703
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>1 parent 79c4c73 commit 60b697dCopy full SHA for 60b697d
File tree
Expand file treeCollapse file tree
3 files changed
+5
-9
lines changedOpen diff view settings
Filter options
- deps/v8/src/codegen
- mips64
- mips
Expand file treeCollapse file tree
3 files changed
+5
-9
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
38 | 38 | |
39 | 39 | |
40 | 40 | |
|
Collapse file
deps/v8/src/codegen/mips/macro-assembler-mips.cc
Copy file name to clipboardExpand all lines: deps/v8/src/codegen/mips/macro-assembler-mips.cc+2-4Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3853 | 3853 | |
3854 | 3854 | |
3855 | 3855 | |
3856 | | - |
3857 | | - |
3858 | | - |
3859 | | - |
| 3856 | + |
| 3857 | + |
3860 | 3858 | |
3861 | 3859 | |
3862 | 3860 | |
|
Collapse file
deps/v8/src/codegen/mips64/macro-assembler-mips64.cc
Copy file name to clipboardExpand all lines: deps/v8/src/codegen/mips64/macro-assembler-mips64.cc+2-4Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4202 | 4202 | |
4203 | 4203 | |
4204 | 4204 | |
4205 | | - |
4206 | | - |
4207 | | - |
4208 | | - |
| 4205 | + |
| 4206 | + |
4209 | 4207 | |
4210 | 4208 | |
4211 | 4209 | |
|
0 commit comments