Bug 226998

Summary: Add ldp and stp support for FP registers, plus some bug fixes.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, msaboff, positivefinance1, rmorisset, saam, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. rmorisset: review+

Description Mark Lam 2021-06-14 16:29:54 PDT
...
Comment 1 Radar WebKit Bug Importer 2021-06-14 16:30:20 PDT
<rdar://problem/79313717>
Comment 2 Mark Lam 2021-06-14 17:02:57 PDT
Created attachment 431388 [details]
proposed patch.
Comment 3 Robin Morisset 2021-06-14 17:26:07 PDT
Comment on attachment 431388 [details]
proposed patch.

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

r=me

> Source/JavaScriptCore/ChangeLog:20
> +        3. Add ARM64Assembler query methods for determining in an immediate is encodable

in an immediate => if an immediate
Comment 4 Mark Lam 2021-06-14 18:04:43 PDT
Thanks for the review.  Landed in r278856: <http://trac.webkit.org/r278856>.