Searched refs:PPC_DIVDEU (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 520 #define PPC_DIVDEU(t, a, b) stringify_in_c(.long PPC_RAW_DIVDEU(t, a, b)) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 598 #define PPC_DIVDEU(t, a, b) stringify_in_c(.long PPC_RAW_DIVDEU(t, a, b)) macro
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 1847 asm volatile(PPC_DIVDEU(%0, %1, %2) : in analyse_instr()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 1994 asm volatile(PPC_DIVDEU(%0, %1, %2) : in analyse_instr()
|
Completed in 11 milliseconds