[webkit-changes] [WebKit/WebKit] c8bc3a: [RISCV] Add lshift64 implementation in MacroAssemb...
MingZhu Yan
noreply at github.com
Mon Dec 9 09:00:40 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c8bc3a81f32f9a99b7c4efa2a7705a2ef03d74ca
https://github.com/WebKit/WebKit/commit/c8bc3a81f32f9a99b7c4efa2a7705a2ef03d74ca
Author: MingZhu Yan <yanmingzhu at iscas.ac.cn>
Date: 2024-12-09 (Mon, 09 Dec 2024)
Changed paths:
M Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h
Log Message:
-----------
[RISCV] Add lshift64 implementation in MacroAssembler for RISCV
https://bugs.webkit.org/show_bug.cgi?id=282901
Reviewed by Justin Michaud.
lshift for RISCV is missing an implementation of
`void lshift64(TrustedImm32 imm, RegisterID shiftAmount, RegisterID dest)`
* Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h:
(JSC::MacroAssemblerRISCV64::lshift64):
Canonical link: https://commits.webkit.org/287553@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list