Searched refs:PPC_RAW_ADDC (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/powerpc/lib/ |
D | test_emulate_step.c | 1133 .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.12.1/arch/powerpc/net/ |
D | bpf_jit_comp32.c | 357 EMIT(PPC_RAW_ADDC(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 393 EMIT(PPC_RAW_ADDC(dst_reg, src2_reg, _R0)); in bpf_jit_build_body()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 490 #define PPC_RAW_ADDC(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|