Searched refs:do_popcnt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 1117 static nokprobe_inline void do_popcnt(const struct pt_regs *regs, in do_popcnt() function 1911 do_popcnt(regs, op, regs->gpr[rd], 8); in analyse_instr() 1939 do_popcnt(regs, op, regs->gpr[rd], 32); in analyse_instr() 1955 do_popcnt(regs, op, regs->gpr[rd], 64); in analyse_instr()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 1248 static nokprobe_inline void do_popcnt(const struct pt_regs *regs, in do_popcnt() function 2058 do_popcnt(regs, op, regs->gpr[rd], 8); in analyse_instr() 2086 do_popcnt(regs, op, regs->gpr[rd], 32); in analyse_instr() 2102 do_popcnt(regs, op, regs->gpr[rd], 64); in analyse_instr()
|
Completed in 7 milliseconds