Home
last modified time | relevance | path

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

/external/libffi/src/aarch64/
Dffi.c59 UINT64 x[N_X_ARG_REG];
464 if (state->ngrn < N_X_ARG_REG) in allocate_int_to_reg_or_stack()
467 state->ngrn = N_X_ARG_REG; in allocate_int_to_reg_or_stack()
638 if (state.ngrn < N_X_ARG_REG) in ffi_call_int()
643 state.ngrn = N_X_ARG_REG; in ffi_call_int()
671 if (state.ngrn + elems <= N_X_ARG_REG) in ffi_call_int()
678 state.nsrn = N_X_ARG_REG; in ffi_call_int()
710 if (state.ngrn + n <= N_X_ARG_REG) in ffi_call_int()
725 state.ngrn = N_X_ARG_REG; in ffi_call_int()
740 state.ngrn = N_X_ARG_REG; in ffi_call_int()
[all …]
Dinternal.h65 #define N_X_ARG_REG 8 macro
67 #define CALL_CONTEXT_SIZE (N_V_ARG_REG * 16 + N_X_ARG_REG * 8)
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c36 #define N_X_ARG_REG 8 macro
378 return (ty->size + 7) / 8 < N_X_ARG_REG; in is_register_candidate()
436 return N_X_ARG_REG - state->ngrn; in available_x()
451 FFI_ASSERT (state->ngrn < N_X_ARG_REG); in allocate_to_x()
624 if (state->ngrn < N_X_ARG_REG) in allocate_to_register_or_stack()
626 state->ngrn = N_X_ARG_REG; in allocate_to_register_or_stack()
728 state.ngrn = N_X_ARG_REG; in aarch64_prep_args()
743 state.ngrn = N_X_ARG_REG; in aarch64_prep_args()
865 else if ((cif->rtype->size + 7) / 8 < N_X_ARG_REG) in ffi_call()
1079 state.ngrn = N_X_ARG_REG; in ffi_closure_SYSV_inner()
[all …]