Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dxmon.c1901 int cmd, inc, i, nslash; in memex() local
1944 nslash = 0; in memex()
2005 if (nslash > 0) in memex()
2006 adrs -= 1 << nslash; in memex()
2008 nslash = 0; in memex()
2009 nslash += 4; in memex()
2010 adrs += 1 << nslash; in memex()
2013 if (nslash < 0) in memex()
2014 adrs += 1 << -nslash; in memex()
2016 nslash = 0; in memex()
[all …]