Searched refs:divrem (Results 1 – 3 of 3) sorted by relevance
1 all: mul divrem7 DIVREM= divrem.c ../qdivrem.c8 divrem: ${DIVREM} target
269 // Generic signed divrem instruction.272 // Generic unsigned divrem instruction.
591 // Transform d = [su]div(x, y) and r = [su]rem(x, y) - > d, r = [su]divrem(x, y)