Home
last modified time | relevance | path

Searched refs:slw (Results 1 – 6 of 6) sorted by relevance

/u-boot/arch/powerpc/lib/
A D_ashldi3.S34 slw r3,r3,r5 # MSW = count > 31 ? 0 : MSW << count
37 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32)
39 slw r4,r4,r5 # LSW = LSW << count
A D_ashrdi3.S36 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
40 slw r7,r7,r8 # t2 = (count < 32) ? 0 : t2
A D_lshrdi3.S36 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
/u-boot/arch/arm/mach-tegra/
A Dpinmux-common.c476 #define pmux_slw_isvalid(slw) \ argument
477 (((slw) >= PMUX_SLWF_MIN) && ((slw) <= PMUX_SLWF_MAX))
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dstart.S1787 slw r5,r4,r5 /* r5 = cache block size */
1793 slw r7,r7,r6
/u-boot/doc/
A DREADME.POST475 This group will contain: slw, srw, sraw, srawi, rlwinm, rlwnm,

Completed in 8 milliseconds