Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/lib/
Dtest_emulate_step.c1381 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)),
1390 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)),
1399 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)),
1407 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)),
1415 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)),
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h539 #define PPC_RAW_DIVDEU(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro
598 #define PPC_DIVDEU(t, a, b) stringify_in_c(.long PPC_RAW_DIVDEU(t, a, b))