Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/lib/
Dtest_emulate_step.c1057 .instr = ppc_inst(PPC_RAW_DIVDE_DOT(20, 21, 22)),
1065 .instr = ppc_inst(PPC_RAW_DIVDE_DOT(20, 21, 22)),
1074 .instr = ppc_inst(PPC_RAW_DIVDE_DOT(20, 21, 22)),
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h470 #define PPC_RAW_DIVDE_DOT(t, a, b) (0x7c000352 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro