History log of /freebsd-current/sys/libkern/udivmoddi4.c
Revision Date Author Comments
# cc4f247f 01-Jul-2023 John Baldwin <jhb@FreeBSD.org>

sys: Add [u]divmoddi4 intrinsics on i386.

GCC 12 uses these in several places when building the i386 kernel.
They are very similar to [u]divdiv3 except that they return both
the quotient and the remainder.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D40817