Searched refs:PPC_RAW_DIVDEU (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 1087 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1096 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1105 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1113 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1121 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)),
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 1381 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1390 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1399 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1407 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)), 1415 .instr = ppc_inst(PPC_RAW_DIVDEU(20, 21, 22)),
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 473 #define PPC_RAW_DIVDEU(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro 520 #define PPC_DIVDEU(t, a, b) stringify_in_c(.long PPC_RAW_DIVDEU(t, a, b))
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 539 #define PPC_RAW_DIVDEU(t, a, b) (0x7c000312 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro 598 #define PPC_DIVDEU(t, a, b) stringify_in_c(.long PPC_RAW_DIVDEU(t, a, b))
|
Completed in 8 milliseconds