Searched refs:STORE_MULTI (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 31 STORE_MULTI, enumerator
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | sstep.h | 30 STORE_MULTI, enumerator
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 2360 op->type = MKOP(STORE_MULTI, 0, regs->xer & 0x7f); in analyse_instr() 2371 op->type = MKOP(STORE_MULTI, 0, rb); in analyse_instr() 2645 op->type = MKOP(STORE_MULTI, 0, 4 * (32 - rd)); in analyse_instr() 3355 case STORE_MULTI: in emulate_loadstore()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 2508 op->type = MKOP(STORE_MULTI, 0, regs->xer & 0x7f); in analyse_instr() 2519 op->type = MKOP(STORE_MULTI, 0, rb); in analyse_instr() 2808 op->type = MKOP(STORE_MULTI, 0, 4 * (32 - rd)); in analyse_instr() 3539 case STORE_MULTI: in emulate_loadstore()
|
Completed in 13 milliseconds