Searched refs:FLAG_RETURNS_128BITS (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi_powerpc.h | 40 FLAG_RETURNS_128BITS = 1 << (31-27), enumerator
|
D | darwin.S | 192 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
|
D | ffi_darwin.c | 43 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()
|
D | ffi_sysv.c | 128 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_sysv_core() 142 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_sysv_core()
|
D | ffi_linux64.c | 145 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/ |
D | ffi_powerpc.h | 41 FLAG_RETURNS_128BITS = 1 << (31-26), enumerator
|
D | darwin.S | 192 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
|
D | ffi_darwin.c | 44 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()
|
D | ffi_sysv.c | 128 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_sysv_core() 142 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_sysv_core()
|
D | ffi_linux64.c | 187 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/ |
D | ppc-darwin.h | 65 FLAG_RETURNS_128BITS = 1 << (31 - 31), enumerator
|
D | ppc-ffi_darwin.c | 363 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/ |
D | ppc-darwin.h | 65 FLAG_RETURNS_128BITS = 1 << (31 - 31), enumerator
|
D | ppc-ffi_darwin.c | 363 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
|
/external/libffi/ |
D | ChangeLog.libffi-3.1 | 3788 * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.
|
D | ChangeLog.old | 3796 * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 3788 * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.
|