Searched refs:PPC_RAW_ADD (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 667 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 675 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 683 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 691 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 699 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 707 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 715 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 723 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 731 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)), 739 .instr = ppc_inst(PPC_RAW_ADD(2 [all...] |
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A 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(2 [all...] |
/kernel/linux/linux-5.10/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 264 EMIT(PPC_RAW_ADD(b2p[TMP_REG_1], b2p[TMP_REG_1], b2p_bpf_array)); in bpf_jit_emit_tail_call() 369 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 383 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body() 769 EMIT(PPC_RAW_ADD(b2p[TMP_REG_2], b2p[TMP_REG_2], src_reg)); in bpf_jit_build_body() 780 EMIT(PPC_RAW_ADD(b2p[TMP_REG_2], b2p[TMP_REG_2], src_reg)); in bpf_jit_build_body()
|
H A D | bpf_jit_comp.c | 137 EMIT(PPC_RAW_ADD(r_A, r_A, r_X)); in bpf_jit_build_body()
|
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | module_64.c | 999 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 429 #define PPC_RAW_ADD(t, a, b) (PPC_INST_ADD | ___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 | 487 #define PPC_RAW_ADD(t, a, b) (0x7c000214 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|
Completed in 13 milliseconds