Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/xmon/
Dxmon.c2415 int cmd, inc, i, nslash; in memex() local
2458 nslash = 0; in memex()
2519 if (nslash > 0) in memex()
2520 adrs -= 1 << nslash; in memex()
2522 nslash = 0; in memex()
2523 nslash += 4; in memex()
2524 adrs += 1 << nslash; in memex()
2527 if (nslash < 0) in memex()
2528 adrs += 1 << -nslash; in memex()
2530 nslash = 0; in memex()
[all …]