Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
A Dtest_emulate_step.c1324 .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 Dppc-opcode.h522 #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 11 milliseconds