Searched refs:PPC_RAW_ADDC (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 839 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 847 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 855 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 863 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 871 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 879 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 887 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 895 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 903 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 911 .instr = ppc_inst(PPC_RAW_ADDC(2 [all...] |
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A 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(2 [all...] |
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 356 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()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 431 #define PPC_RAW_ADDC(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 489 #define PPC_RAW_ADDC(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|
Completed in 14 milliseconds