Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/sim/mcore/
Dinterp.c907 int rxnlz, r1nlz; in step_once() variable
918 for (r1nlz = 0; ((r1 & 0x80000000) == 0) && (r1nlz < 32); r1nlz ++) in step_once()
924 if (r1nlz < rxnlz) in step_once()
927 exe += 5 + r1nlz - rxnlz; in step_once()
961 int rxnlz, r1nlz; in step_once() variable
980 for (r1nlz = 0; ((r1 & 0x80000000) == 0) && (r1nlz < 32) ; r1nlz ++ ) in step_once()
986 if (r1nlz < rxnlz) in step_once()
989 exe += 6 + r1nlz - rxnlz + sc; in step_once()