Searched refs:LOAD_MULTI (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 26 LOAD_MULTI, enumerator
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | sstep.h | 25 LOAD_MULTI, enumerator
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 2294 op->type = MKOP(LOAD_MULTI, 0, regs->xer & 0x7f); in analyse_instr() 2304 op->type = MKOP(LOAD_MULTI, 0, rb); in analyse_instr() 2640 op->type = MKOP(LOAD_MULTI, 0, 4 * (32 - rd)); in analyse_instr() 3284 case LOAD_MULTI: in emulate_loadstore()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 2442 op->type = MKOP(LOAD_MULTI, 0, regs->xer & 0x7f); in analyse_instr() 2452 op->type = MKOP(LOAD_MULTI, 0, rb); in analyse_instr() 2803 op->type = MKOP(LOAD_MULTI, 0, 4 * (32 - rd)); in analyse_instr() 3468 case LOAD_MULTI: in emulate_loadstore()
|
Completed in 7 milliseconds