Searched refs:dst_reg_h (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/powerpc/net/ |
D | bpf_jit_comp32.c | 296 u32 dst_reg_h = dst_reg - 1; in bpf_jit_build_body() local 300 u32 src2_reg_h = dst_reg_h; in bpf_jit_build_body() 341 bpf_set_seen_register(ctx, dst_reg_h); in bpf_jit_build_body() 358 EMIT(PPC_RAW_ADDE(dst_reg_h, src2_reg_h, src_reg_h)); in bpf_jit_build_body() 365 EMIT(PPC_RAW_SUBFE(dst_reg_h, src_reg_h, src2_reg_h)); in bpf_jit_build_body() 386 EMIT(PPC_RAW_MR(dst_reg_h, src2_reg_h)); in bpf_jit_build_body() 396 EMIT(PPC_RAW_ADDZE(dst_reg_h, src2_reg_h)); in bpf_jit_build_body() 398 EMIT(PPC_RAW_ADDME(dst_reg_h, src2_reg_h)); in bpf_jit_build_body() 403 EMIT(PPC_RAW_MULW(dst_reg_h, src2_reg_h, src_reg)); in bpf_jit_build_body() 406 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body() [all …]
|