Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/powerpc/lib/
H A D_ashldi3.S35 slw r3,r3,r5 # MSW = count > 31 ? 0 : MSW << count
38 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32)
40 slw r4,r4,r5 # LSW = LSW << count
H A D_ashrdi3.S37 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
41 slw r7,r7,r8 # t2 = (count < 32) ? 0 : t2
H A D_lshrdi3.S37 slw r6,r3,r6 # t1 = count > 31 ? 0 : MSW << (32-count)
/rk3399_rockchip-uboot/arch/arm/mach-tegra/
H A Dpinmux-common.c476 #define pmux_slw_isvalid(slw) \ argument
477 (((slw) >= PMUX_SLWF_MIN) && ((slw) <= PMUX_SLWF_MAX))
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S1818 slw r5,r4,r5 /* r5 = cache block size */
1824 slw r7,r7,r6
/rk3399_rockchip-uboot/doc/
H A DREADME.POST486 This group will contain: slw, srw, sraw, srawi, rlwinm, rlwnm,