HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_RETURNS_128BITS (Results 1 - 19 of 19) sorted by null

  /external/libffi/src/powerpc/
ffi_powerpc.h 40 FLAG_RETURNS_128BITS = 1 << (31-27),
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
ffi_linux64.c 145 flags |= FLAG_RETURNS_128BITS;
156 flags |= FLAG_RETURNS_128BITS;
ffi_sysv.c 128 flags |= FLAG_RETURNS_128BITS;
142 flags |= FLAG_RETURNS_128BITS;
ffi_darwin.c 41 FLAG_RETURNS_128BITS signals a special struct size that is not
43 FLAG_RETURNS_128BITS = 1 << (31-31), /* These go in cr7 */
715 flags |= FLAG_RETURNS_128BITS;
746 flags |= FLAG_RETURNS_128BITS;
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_powerpc.h 40 FLAG_RETURNS_128BITS = 1 << (31-27),
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
ffi_linux64.c 145 flags |= FLAG_RETURNS_128BITS;
156 flags |= FLAG_RETURNS_128BITS;
ffi_sysv.c 128 flags |= FLAG_RETURNS_128BITS;
142 flags |= FLAG_RETURNS_128BITS;
ffi_darwin.c 41 FLAG_RETURNS_128BITS signals a special struct size that is not
43 FLAG_RETURNS_128BITS = 1 << (31-31), /* These go in cr7 */
715 flags |= FLAG_RETURNS_128BITS;
746 flags |= FLAG_RETURNS_128BITS;
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_powerpc.h 40 FLAG_RETURNS_128BITS = 1 << (31-27),
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
ffi_linux64.c 145 flags |= FLAG_RETURNS_128BITS;
156 flags |= FLAG_RETURNS_128BITS;
ffi_sysv.c 128 flags |= FLAG_RETURNS_128BITS;
142 flags |= FLAG_RETURNS_128BITS;
ffi_darwin.c 41 FLAG_RETURNS_128BITS signals a special struct size that is not
43 FLAG_RETURNS_128BITS = 1 << (31-31), /* These go in cr7 */
715 flags |= FLAG_RETURNS_128BITS;
746 flags |= FLAG_RETURNS_128BITS;
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin.h 65 FLAG_RETURNS_128BITS = 1 << (31 - 31),
ppc-ffi_darwin.c 363 flags |= FLAG_RETURNS_128BITS;
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin.h 65 FLAG_RETURNS_128BITS = 1 << (31 - 31),
ppc-ffi_darwin.c 363 flags |= FLAG_RETURNS_128BITS;
    [all...]

Completed in 243 milliseconds