AArch64: Migrate calls and returns to ISLE. (#4788)
This commit is contained in:
@@ -2818,3 +2818,11 @@
|
||||
(let ((dst WritableReg (temp_writable_reg $I8X16))
|
||||
(_ Unit (emit (MInst.IntToFpu op dst src))))
|
||||
dst))
|
||||
|
||||
;;;; Helpers for Emitting Calls ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(decl gen_call (SigRef ExternalName RelocDistance ValueSlice) InstOutput)
|
||||
(extern constructor gen_call gen_call)
|
||||
|
||||
(decl gen_call_indirect (SigRef Value ValueSlice) InstOutput)
|
||||
(extern constructor gen_call_indirect gen_call_indirect)
|
||||
|
||||
Reference in New Issue
Block a user