Searched refs:PPC_RAW_ADD (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/arch/powerpc/lib/ |
D | test_emulate_step.c | 961 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 969 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 977 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 985 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 993 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 1001 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 1009 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 1017 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 1025 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 1033 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
|
/linux-6.6.21/arch/powerpc/net/ |
D | bpf_jit_comp32.c | 251 EMIT(PPC_RAW_ADD(_R3, _R3, b2p_bpf_array)); in bpf_jit_emit_tail_call() 353 EMIT(PPC_RAW_ADD(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 405 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body() 406 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, tmp_reg)); in bpf_jit_build_body() 448 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body() 865 EMIT(PPC_RAW_ADD(_R0, _R0, src_reg)); in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 316 EMIT(PPC_RAW_ADD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_1), b2p_bpf_array)); in bpf_jit_emit_tail_call() 420 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 434 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body() 820 EMIT(PPC_RAW_ADD(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_build_body()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | module_64.c | 999 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add()
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 487 #define PPC_RAW_ADD(t, a, b) (0x7c000214 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|