-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- ToUint8Clamped depends on ARMv8 (It is only emitted if Float64Round is supported. - Comparison on div. - Spurious DebugBreak on mod. - Shifting (immediate) 0 on Arm shifts 32 instead. - Fixed register for CallCFunction inputs - Similarly to Arm64, on Arm Float64Modules is a call to a builtin. - TestTypeOf needs an extra register on Arm. - Fixes PushAll order - Fixes OSR bit tests Drive-by: Remove mjsunit exceptions for Arm. Bug: v8:7700 Change-Id: I20f468469aec0b116c3dd750e3630479e25f3320 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4651873 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Victor Gomes <victorgomes@chromium.org> Auto-Submit: Victor Gomes <victorgomes@chromium.org> Cr-Commit-Position: refs/heads/main@{#88550}
- Loading branch information
1 parent
5266b56
commit bb6da6f
Showing
6 changed files
with
59 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters