Home
last modified time | relevance | path

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

/third_party/libffi/src/x86/
Dinternal64.h8 #define UNIX64_RET_INT64 7 macro
Dffi64.c443 flags = UNIX64_RET_INT64; in ffi_prep_cif_machdep()
446 flags = (sizeof(void *) == 4 ? UNIX64_RET_UINT32 : UNIX64_RET_INT64); in ffi_prep_cif_machdep()
476 flags = sse0 ? UNIX64_RET_XMM64 : UNIX64_RET_INT64; in ffi_prep_cif_machdep()
790 flags = (sizeof(void *) == 4 ? UNIX64_RET_UINT32 : UNIX64_RET_INT64); in ffi_closure_unix64_inner()
Dunix64.S153 E(L(store_table), UNIX64_RET_INT64)
315 E(L(load_table), UNIX64_RET_INT64)