Home
last modified time | relevance | path

Searched refs:FLAG_RETURNS_128BITS (Results 1 – 3 of 3) sorted by relevance

/external/libffi/src/powerpc/
Dffi_darwin.c42 FLAG_RETURNS_128BITS = 1 << (31-31), enumerator
313 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
Dffi.c45 FLAG_RETURNS_128BITS = 1 << (31-27), /* cr6 */ enumerator
650 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
/external/libffi/
DChangeLog1031 * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.