Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_powerpc.h40 FLAG_RETURNS_128BITS = 1 << (31-27), enumerator
Ddarwin.S192 bt 31,L(maybe_return_128) ; FLAG_RETURNS_128BITS, special case
260 bf 31,L(fd_return_value) ; FLAG_RETURNS_128BITS
285 bf 31,L(done_return_value) ; not FLAG_RETURNS_128BITS
Dffi_darwin.c43 FLAG_RETURNS_128BITS = 1 << (31-31), /* These go in cr7 */ enumerator
715 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
746 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
Dffi_sysv.c128 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_sysv_core()
142 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_sysv_core()
Dffi_linux64.c145 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_linux64_core()
156 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_linux64_core()
/external/libffi/src/powerpc/
Dffi_powerpc.h41 FLAG_RETURNS_128BITS = 1 << (31-26), enumerator
Ddarwin.S192 bt 31,L(maybe_return_128) ; FLAG_RETURNS_128BITS, special case
260 bf 31,L(fd_return_value) ; FLAG_RETURNS_128BITS
285 bf 31,L(done_return_value) ; not FLAG_RETURNS_128BITS
Dffi_darwin.c44 FLAG_RETURNS_128BITS = 1 << (31-31), /* These go in cr7 */ enumerator
716 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
747 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
Dffi_sysv.c128 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_sysv_core()
142 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_sysv_core()
Dffi_linux64.c187 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_linux64_core()
198 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_linux64_core()
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
Dppc-darwin.h65 FLAG_RETURNS_128BITS = 1 << (31 - 31), enumerator
Dppc-ffi_darwin.c363 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
Dppc-darwin.h65 FLAG_RETURNS_128BITS = 1 << (31 - 31), enumerator
Dppc-ffi_darwin.c363 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
/external/libffi/
DChangeLog.libffi-3.13788 * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.
DChangeLog.old3796 * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.13788 * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.