Searched refs:PPC_RAW_DIVDEU_DOT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 1135 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1144 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1153 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1161 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1169 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 1429 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1438 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1447 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1455 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)), 1463 .instr = ppc_inst(PPC_RAW_DIVDEU_DOT(20, 21, 22)),
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 474 #define PPC_RAW_DIVDEU_DOT(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 540 #define PPC_RAW_DIVDEU_DOT(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro
|
Completed in 9 milliseconds