Searched refs:PPC_RAW_DIVDE (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/powerpc/lib/ |
D | test_emulate_step.c | 1321 .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/ |
D | ppc-opcode.h | 537 #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))
|