infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
PackedABC Struct Reference

Packed struct with size 9, used to test by-value return through forward trampolines. More...

#include <types.h>

Public Attributes

int32_t a
 
int8_t b
 
int32_t c
 

Detailed Description

Packed struct with size 9, used to test by-value return through forward trampolines.

On AAPCS64, a 9-byte struct is returned in X0 (bytes 0-7) and X1 (byte 8). The epilogue must correctly decompose the store into X0 and X1 parts.

Member Data Documentation

◆ a

int32_t PackedABC::a

◆ b

int8_t PackedABC::b

◆ c

int32_t PackedABC::c

The documentation for this struct was generated from the following file: