Home | History | Annotate | Download | only in powerpc

Lines Matching refs:FFI_SYSV

40   FLAG_RETURNS_SMST	= 1 << (31-31), /* Used for FFI_SYSV small structs.  */
668 if (cif->abi == FFI_SYSV)
902 case FFI_SYSV:
953 FFI_ASSERT (cif->abi == FFI_GCC_SYSV || cif->abi == FFI_SYSV);
1023 For FFI_SYSV the result is passed in r3/r4 if the struct size is less
1027 && !((cif->abi == FFI_SYSV) && (size <= 8)))
1251 Because the FFI_SYSV ABI returns the structures <= 8 bytes in r3/r4
1253 if (cif->abi == FFI_SYSV && cif->rtype->type == FFI_TYPE_STRUCT