Home
last modified time | relevance | path

Searched refs:PPC_RAW_DIVDE (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/arch/powerpc/lib/
Dtest_emulate_step.c1321 .instr = ppc_inst(PPC_RAW_DIVDE(20, 21, 22)),
1329 .instr = ppc_inst(PPC_RAW_DIVDE(20, 21, 22)),
1338 .instr = ppc_inst(PPC_RAW_DIVDE(20, 21, 22)),
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h537 #define PPC_RAW_DIVDE(t, a, b) (0x7c000352 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro
597 #define PPC_DIVDE(t, a, b) stringify_in_c(.long PPC_RAW_DIVDE(t, a, b))