Bug 234630

Summary: [RISCV64] Add MacroAssemblerRISCV64 operations for testing, comparison
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, pmatos, saam, tzagallo, webkit-bug-importer, xan.lopez, ysuzuki
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 237775    
Attachments:
Description Flags
Patch none

Description Zan Dobersek 2021-12-23 01:36:19 PST
[RISCV64] Add MacroAssemblerRISCV64 operations for testing, comparison
Comment 1 Zan Dobersek 2021-12-23 01:36:53 PST
Created attachment 447864 [details]
Patch
Comment 2 Zan Dobersek 2021-12-23 01:37:35 PST
Comment on attachment 447864 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=447864&action=review

> Source/JavaScriptCore/assembler/MacroAssemblerRISCV64.h:2703
> +    void compareFinalize(RelationalCondition cond, RegisterID lhs, RegisterID rhs, RegisterID dest)

These helper method names are ATM all over the place. I'll clean up and align them at the end.
Comment 3 EWS 2021-12-28 01:46:41 PST
Committed r287467 (245602@main): <https://commits.webkit.org/245602@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 447864 [details].
Comment 4 Radar WebKit Bug Importer 2021-12-28 01:47:16 PST
<rdar://problem/86953340>