Searched refs:FLAG_RETURNS_128BITS (Results 1 – 8 of 8) sorted by relevance
41 FLAG_RETURNS_128BITS = 1 << (31-26), enumerator
192 bt 31,L(maybe_return_128) ; FLAG_RETURNS_128BITS, special case 260 bf 31,L(fd_return_value) ; FLAG_RETURNS_128BITS285 bf 31,L(done_return_value) ; not FLAG_RETURNS_128BITS
44 FLAG_RETURNS_128BITS = 1 << (31-31), /* These go in cr7 */ enumerator716 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()747 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
128 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_sysv_core()142 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_sysv_core()
187 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_linux64_core()198 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_linux64_core()
65 FLAG_RETURNS_128BITS = 1 << (31 - 31), enumerator
363 flags |= FLAG_RETURNS_128BITS; in ffi_prep_cif_machdep()
3796 * src/powerpc/ffi.c (FLAG_RETURNS_128BITS): New constant.