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

/linux-master/arch/powerpc/kernel/
H A Dtraps.c1220 static int emulate_string_inst(struct pt_regs *regs, u32 instword) argument
1222 u8 rT = (instword >> 21) & 0x1f;
1223 u8 rA = (instword >> 16) & 0x1f;
1224 u8 NB_RB = (instword >> 11) & 0x1f;
1230 if ((instword & PPC_INST_STRING_MASK) == PPC_INST_LSWX)
1236 switch (instword & PPC_INST_STRING_MASK) {
1259 switch ((instword & PPC_INST_STRING_MASK)) {
1292 static int emulate_popcntb_inst(struct pt_regs *regs, u32 instword) argument
1297 ra = (instword >> 16) & 0x1f;
1298 rs = (instword >> 2
1309 emulate_isel(struct pt_regs *regs, u32 instword) argument
1350 u32 instword; local
1758 u32 instword, rd; local
[all...]
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c362 u32 instword; local
375 if (get_user(instword, (u32 __user *)(regs->nip)))
381 if ((instword & PPC_INST_PASTE_MASK) != PPC_INST_PASTE)

Completed in 163 milliseconds