Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c1212 static int emulate_string_inst(struct pt_regs *regs, u32 instword) in emulate_string_inst() argument
1214 u8 rT = (instword >> 21) & 0x1f; in emulate_string_inst()
1215 u8 rA = (instword >> 16) & 0x1f; in emulate_string_inst()
1216 u8 NB_RB = (instword >> 11) & 0x1f; in emulate_string_inst()
1222 if ((instword & PPC_INST_STRING_MASK) == PPC_INST_LSWX) in emulate_string_inst()
1228 switch (instword & PPC_INST_STRING_MASK) { in emulate_string_inst()
1251 switch ((instword & PPC_INST_STRING_MASK)) { in emulate_string_inst()
1284 static int emulate_popcntb_inst(struct pt_regs *regs, u32 instword) in emulate_popcntb_inst() argument
1289 ra = (instword >> 16) & 0x1f; in emulate_popcntb_inst()
1290 rs = (instword >> 21) & 0x1f; in emulate_popcntb_inst()
[all …]