Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/xmon/
Dxmon.c1887 int cmd, inc, i, nslash; in memex() local
1930 nslash = 0; in memex()
1992 if (nslash > 0) in memex()
1993 adrs -= 1 << nslash; in memex()
1995 nslash = 0; in memex()
1996 nslash += 4; in memex()
1997 adrs += 1 << nslash; in memex()
2000 if (nslash < 0) in memex()
2001 adrs += 1 << -nslash; in memex()
2003 nslash = 0; in memex()
[all …]