Searched refs:PPC_RAW_DIVDE_DOT (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/powerpc/lib/ |
D | test_emulate_step.c | 1351 .instr = ppc_inst(PPC_RAW_DIVDE_DOT(20, 21, 22)), 1359 .instr = ppc_inst(PPC_RAW_DIVDE_DOT(20, 21, 22)), 1368 .instr = ppc_inst(PPC_RAW_DIVDE_DOT(20, 21, 22)),
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 528 #define PPC_RAW_DIVDE_DOT(t, a, b) (0x7c000352 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro
|