Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/lib/
Dtest_emulate_step.c1351 .instr = ppc_inst(PPC_RAW_DIVDE_DOT(20, 21, 22)),
1359 .instr = ppc_inst(PPC_RAW_DIVDE_DOT(20, 21, 22)),
1368 .instr = ppc_inst(PPC_RAW_DIVDE_DOT(20, 21, 22)),
/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h528 #define PPC_RAW_DIVDE_DOT(t, a, b) (0x7c000352 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro