Home
last modified time | relevance | path

Searched refs:PPC_RAW_ADDC (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/powerpc/lib/
Dtest_emulate_step.c1133 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)),
1141 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)),
1149 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)),
1157 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)),
1165 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)),
1173 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)),
1181 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)),
1189 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)),
1197 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)),
1205 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)),
[all …]
/linux-6.6.21/arch/powerpc/net/
Dbpf_jit_comp32.c356 EMIT(PPC_RAW_ADDC(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body()
392 EMIT(PPC_RAW_ADDC(dst_reg, src2_reg, _R0)); in bpf_jit_build_body()
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h489 #define PPC_RAW_ADDC(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro