Searched refs:PPC_DIVDE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 519 #define PPC_DIVDE(t, a, b) stringify_in_c(.long PPC_RAW_DIVDE(t, a, b)) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 597 #define PPC_DIVDE(t, a, b) stringify_in_c(.long PPC_RAW_DIVDE(t, a, b)) macro
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 1842 asm volatile(PPC_DIVDE(%0, %1, %2) : in analyse_instr()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 1989 asm volatile(PPC_DIVDE(%0, %1, %2) : in analyse_instr()
|
Completed in 12 milliseconds