Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dxmon.c1805 int cmd, inc, i, nslash; in memex() local
1848 nslash = 0; in memex()
1910 if (nslash > 0) in memex()
1911 adrs -= 1 << nslash; in memex()
1913 nslash = 0; in memex()
1914 nslash += 4; in memex()
1915 adrs += 1 << nslash; in memex()
1918 if (nslash < 0) in memex()
1919 adrs += 1 << -nslash; in memex()
1921 nslash = 0; in memex()
[all …]