Skip to content

ARM64 ABI - HFA and HVA return values #970

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/build/arm64-windows-abi-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ Effectively, it's the same as following rules C.12–C.15 to allocate arguments

Integral values are returned in x0.

Floating-point values are returned in s0/d0/v0 as appropriate.
Floating-point values are returned in s0, d0, or v0, as appropriate.

HFA and HVA values are returned in s0-s3, d0-d3, or v0-v3, as appropriate.

Types returned by value are handled differently depending on whether they have certain properties. Types which have all of these properties,

Expand Down