Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dtraps.c1223 u8 NB_RB = (instword >> 11) & 0x1f; in emulate_string_inst() local
1230 if ((rT == rA) || (rT == NB_RB)) in emulate_string_inst()
1238 EA += NB_RB; in emulate_string_inst()
1243 num_bytes = (NB_RB == 0) ? 32 : NB_RB; in emulate_string_inst()