Searched refs:PPC_RAW_OR (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/powerpc/net/ |
D | bpf_jit_comp32.c | 594 EMIT(PPC_RAW_OR(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 595 EMIT(PPC_RAW_OR(dst_reg_h, src2_reg_h, src_reg_h)); in bpf_jit_build_body() 598 EMIT(PPC_RAW_OR(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 650 EMIT(PPC_RAW_OR(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body() 652 EMIT(PPC_RAW_OR(dst_reg_h, dst_reg_h, tmp_reg)); in bpf_jit_build_body() 687 EMIT(PPC_RAW_OR(dst_reg, dst_reg, _R0)); in bpf_jit_build_body() 689 EMIT(PPC_RAW_OR(dst_reg, dst_reg, tmp_reg)); in bpf_jit_build_body() 724 EMIT(PPC_RAW_OR(dst_reg, dst_reg, _R0)); in bpf_jit_build_body() 729 EMIT(PPC_RAW_OR(dst_reg, dst_reg, tmp_reg)); in bpf_jit_build_body() 931 EMIT(PPC_RAW_OR(_R0, _R0, src_reg)); in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 612 EMIT(PPC_RAW_OR(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 619 EMIT(PPC_RAW_OR(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body() 777 EMIT(PPC_RAW_OR(dst_reg, dst_reg, tmp2_reg)); in bpf_jit_build_body() 912 EMIT(PPC_RAW_OR(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_build_body()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 549 #define PPC_RAW_OR(d, a, b) (0x7c000378 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b)) macro 550 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a)
|