Searched refs:instword (Results 1 – 2 of 2) sorted by relevance
1218 static int emulate_string_inst(struct pt_regs *regs, u32 instword) in emulate_string_inst() argument1220 u8 rT = (instword >> 21) & 0x1f; in emulate_string_inst()1221 u8 rA = (instword >> 16) & 0x1f; in emulate_string_inst()1222 u8 NB_RB = (instword >> 11) & 0x1f; in emulate_string_inst()1228 if ((instword & PPC_INST_STRING_MASK) == PPC_INST_LSWX) in emulate_string_inst()1234 switch (instword & PPC_INST_STRING_MASK) { in emulate_string_inst()1257 switch ((instword & PPC_INST_STRING_MASK)) { in emulate_string_inst()1290 static int emulate_popcntb_inst(struct pt_regs *regs, u32 instword) in emulate_popcntb_inst() argument1295 ra = (instword >> 16) & 0x1f; in emulate_popcntb_inst()1296 rs = (instword >> 21) & 0x1f; in emulate_popcntb_inst()[all …]
361 u32 instword; in do_fail_paste() local374 if (get_user(instword, (u32 __user *)(regs->nip))) in do_fail_paste()380 if ((instword & PPC_INST_PASTE_MASK) != PPC_INST_PASTE) in do_fail_paste()