Searched refs:end_pfr (Results 1 – 6 of 6) sorted by relevance
725 ffi_dblfl *end_pfr = pfr + NUM_FPR_ARG_REGISTERS64; in ffi_closure_helper_LINUX64() local814 if (pfr + elnum <= end_pfr) in ffi_closure_helper_LINUX64()825 if (pfr < end_pfr && i < nfixedargs) in ffi_closure_helper_LINUX64()841 if (pfr < end_pfr && i < nfixedargs) in ffi_closure_helper_LINUX64()872 if (pfr + 1 < end_pfr && i + 1 < nfixedargs) in ffi_closure_helper_LINUX64()879 if (pfr < end_pfr && i < nfixedargs) in ffi_closure_helper_LINUX64()897 if (pfr < end_pfr && i < nfixedargs) in ffi_closure_helper_LINUX64()908 if (pfr < end_pfr && i < nfixedargs) in ffi_closure_helper_LINUX64()
1138 ffi_dblfl * end_pfr = pfr + NUM_FPR_ARG_REGISTERS; in ffi_closure_helper_DARWIN() local1270 if (pfr < end_pfr) in ffi_closure_helper_DARWIN()1287 if (pfr < end_pfr) in ffi_closure_helper_DARWIN()1307 if (pfr + 1 < end_pfr) in ffi_closure_helper_DARWIN()1314 if (pfr < end_pfr) in ffi_closure_helper_DARWIN()1325 if (pfr + 1 < end_pfr) in ffi_closure_helper_DARWIN()1333 else if (pfr + 1 == end_pfr) in ffi_closure_helper_DARWIN()
4498 Use "end_pfr" instead of "nf". Correct long double handling.