Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dsoftemu8xx.c56 uint inst, instword; in Soft_emulate_8xx() local
64 instword = *((uint *)regs->nip); in Soft_emulate_8xx()
65 inst = instword >> 26; in Soft_emulate_8xx()
67 flreg = (instword >> 21) & 0x1f; in Soft_emulate_8xx()
68 idxreg = (instword >> 16) & 0x1f; in Soft_emulate_8xx()
69 disp = instword & 0xffff; in Soft_emulate_8xx()
80 sdisp = (instword & 0xffff); in Soft_emulate_8xx()
93 sdisp = (instword & 0xffff); in Soft_emulate_8xx()
102 sdisp = (instword & 0xffff); in Soft_emulate_8xx()
116 memcpy( ip, &current->thread.fpr[(instword>>11)&0x1f], in Soft_emulate_8xx()
[all …]
Dtraps.c338 u32 instword; in emulate_instruction() local
347 if (get_user(instword, (u32 *)(regs->nip))) in emulate_instruction()
352 if ((instword & INST_MFSPR_PVR_MASK) == INST_MFSPR_PVR) { in emulate_instruction()
353 rd = (instword >> 21) & 0x1f; in emulate_instruction()