Home
last modified time | relevance | path

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

/linux/arch/powerpc/xmon/
H A Dxmon.c2394 int cmd, inc, i, nslash; in memex() local
2437 nslash = 0; in memex()
2498 if (nslash > 0) in memex()
2499 adrs -= 1 << nslash; in memex()
2501 nslash = 0; in memex()
2502 nslash += 4; in memex()
2503 adrs += 1 << nslash; in memex()
2506 if (nslash < 0) in memex()
2507 adrs += 1 << -nslash; in memex()
2509 nslash = 0; in memex()
[all …]