Home
last modified time | relevance | path

Searched refs:dst_reg_h (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/arch/powerpc/net/
Dbpf_jit_comp32.c283 u32 dst_reg_h = dst_reg - 1; in bpf_jit_build_body() local
312 bpf_set_seen_register(ctx, dst_reg_h); in bpf_jit_build_body()
329 EMIT(PPC_RAW_ADDE(dst_reg_h, dst_reg_h, src_reg_h)); in bpf_jit_build_body()
336 EMIT(PPC_RAW_SUBFE(dst_reg_h, src_reg_h, dst_reg_h)); in bpf_jit_build_body()
361 EMIT(PPC_RAW_ADDZE(dst_reg_h, dst_reg_h)); in bpf_jit_build_body()
363 EMIT(PPC_RAW_ADDME(dst_reg_h, dst_reg_h)); in bpf_jit_build_body()
368 EMIT(PPC_RAW_MULW(dst_reg_h, dst_reg_h, src_reg)); in bpf_jit_build_body()
371 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
372 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, tmp_reg)); in bpf_jit_build_body()
388 PPC_LI32(dst_reg_h, 0); in bpf_jit_build_body()
[all …]