Searched refs:PPC_RAW_DIVDE (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/lib/ |
A D | test_emulate_step.c | 1324 .instr = ppc_inst(PPC_RAW_DIVDE(20, 21, 22)), 1332 .instr = ppc_inst(PPC_RAW_DIVDE(20, 21, 22)), 1341 .instr = ppc_inst(PPC_RAW_DIVDE(20, 21, 22)),
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 522 #define PPC_RAW_DIVDE(t, a, b) (0x7c000352 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro 576 #define PPC_DIVDE(t, a, b) stringify_in_c(.long PPC_RAW_DIVDE(t, a, b))
|
Completed in 10 milliseconds