Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/lib/
Dtest_emulate_step.c1227 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)),
1235 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)),
1244 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)),
1252 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)),
1260 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)),
1268 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)),
1276 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)),
1284 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)),
1292 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)),
1300 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)),
[all …]
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h490 #define PPC_RAW_ADDC_DOT(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro