Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/lib/
Dtest_emulate_step.c1429 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
1438 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
1447 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
1455 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
1463 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
/linux-6.12.1/arch/powerpc/include/asm/
Dppc-opcode.h544 #define PPC_RAW_DIVDEU_DOT(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro