Searched refs:PPC_RAW_DIVDEU (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/powerpc/lib/ |
D | test_emulate_step.c | 1381 .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.1.9/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 529 #define PPC_RAW_DIVDEU(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro 588 #define PPC_DIVDEU(t, a, b) stringify_in_c(.long PPC_RAW_DIVDEU(t, a, b))
|