Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/lib/
Dtest_emulate_step.c1135 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
1144 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
1153 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
1161 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
1169 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dppc-opcode.h473 #define PPC_RAW_DIVDEU_DOT(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro