Searched refs:PPC_RAW_DIVDEU (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
D | test_emulate_step.c | 1087 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1096 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1105 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1113 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1121 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)),
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 472 #define PPC_RAW_DIVDEU(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro 519 #define PPC_DIVDEU(t, a, b) stringify_in_c(.long PPC_RAW_DIVDEU(t, a, b))
|