Home
last modified time | relevance | path

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

/freebsd/lib/libc/quad/TESTS/
H A DMakefile1 all: mul divrem
7 DIVREM= divrem.c ../qdivrem.c
8 divrem: ${DIVREM} target
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def269 // Generic signed divrem instruction.
272 // Generic unsigned divrem instruction.
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td591 // Transform d = [su]div(x, y) and r = [su]rem(x, y) - > d, r = [su]divrem(x, y)