Searched refs:end_pfr (Results 1 – 3 of 3) sorted by relevance
876 ffi_dblfl *end_pfr = pfr + NUM_FPR_ARG_REGISTERS64; in ffi_closure_helper_LINUX64() local975 if (pfr + elnum <= end_pfr) in ffi_closure_helper_LINUX64()1003 if (pfr < end_pfr && i < nfixedargs) in ffi_closure_helper_LINUX64()1019 if (pfr < end_pfr && i < nfixedargs) in ffi_closure_helper_LINUX64()1067 if (pfr + 1 < end_pfr && i + 1 < nfixedargs) in ffi_closure_helper_LINUX64()1074 if (pfr < end_pfr && i < nfixedargs) in ffi_closure_helper_LINUX64()1095 if (pfr < end_pfr && i < nfixedargs) in ffi_closure_helper_LINUX64()1109 if (pfr < end_pfr && i < nfixedargs) in ffi_closure_helper_LINUX64()
1203 ffi_dblfl * end_pfr = pfr + NUM_FPR_ARG_REGISTERS; in ffi_closure_helper_common() local1334 if (pfr < end_pfr) in ffi_closure_helper_common()1351 if (pfr < end_pfr) in ffi_closure_helper_common()1371 if (pfr + 1 < end_pfr) in ffi_closure_helper_common()1378 if (pfr < end_pfr) in ffi_closure_helper_common()1389 if (pfr + 1 < end_pfr) in ffi_closure_helper_common()1397 else if (pfr + 1 == end_pfr) in ffi_closure_helper_common()
4506 Use "end_pfr" instead of "nf". Correct long double handling.