Searched refs:rT (Results 1 - 1 of 1) sorted by path

/linux-master/arch/powerpc/kernel/
H A Dtraps.c1222 u8 rT = (instword >> 21) & 0x1f; local
1231 if ((rT == rA) || (rT == NB_RB))
1267 regs->gpr[rT] = 0;
1268 regs->gpr[rT] |= val << shift;
1272 val = regs->gpr[rT] >> shift;
1284 if (++rT == 32)
1285 rT = 0;
1311 u8 rT = (instword >> 21) & 0x1f; local
1321 regs->gpr[rT]
[all...]

Completed in 182 milliseconds