Home
last modified time | relevance | path

Searched refs:udiv (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/arch/powerpc/boot/
Dcuboot-acadia.c49 unsigned long udiv; /* best udiv */ in get_clocks() local
126 udiv = 256; /* Assume lowest possible serial clk */ in get_clocks()
140 udiv = i; in get_clocks()
143 udiv = i; /* best so far */ in get_clocks()
147 freqUART = plloutb / udiv; in get_clocks()
D4xx.c555 u32 fwdv, fwdvb, fbdv, cbdv, opdv, epdv, ppdv, udiv; in ibm405gp_fixup_clocks() local
565 udiv = ((cpc0_cr0 & 0x3e) >> 1) + 1; in ibm405gp_fixup_clocks()
599 uart0 = cpu / udiv; in ibm405gp_fixup_clocks()
605 uart1 = cpu / udiv; in ibm405gp_fixup_clocks()
/linux-6.6.21/arch/alpha/lib/
DMakefile17 udiv-qrnnd.o \
/linux-6.6.21/tools/testing/selftests/arm64/fp/
Dasm-utils.S55 0: udiv x3, x0, x2 // div-mod loop to generate the digits
/linux-6.6.21/arch/sparc/lib/
Dudivdi3.S53 udiv %o0, %o1, %o0
Ddivdi3.S76 udiv %o0, %o1, %o0
/linux-6.6.21/arch/arm64/include/asm/
Dinsn.h372 __AARCH64_INSN_FUNCS(udiv, 0x7FE0FC00, 0x1AC00800)
/linux-6.6.21/arch/arm/
DKconfig1225 bool "Runtime patch udiv/sdiv instructions into __aeabi_{u}idiv()"
1232 and udiv instructions that can be used to implement those
1237 with the sdiv or udiv plus "bx lr" instructions when the CPU