Searched refs:PPC_RAW_DIVDEU_DOT (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/lib/ |
D | test_emulate_step.c | 1432 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1441 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1450 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1458 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1466 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
|
/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 527 #define PPC_RAW_DIVDEU_DOT(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro
|