Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/net/
A Dbpf_jit_comp32.c295 u32 dst_reg_h = dst_reg - 1; in bpf_jit_build_body() local
299 u32 src2_reg_h = dst_reg_h; 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()
428 PPC_LI32(dst_reg_h, 0); in bpf_jit_build_body()
445 EMIT(PPC_RAW_SUB(dst_reg_h, dst_reg_h, src2_reg)); in bpf_jit_build_body()
448 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
503 EMIT(PPC_RAW_LI(dst_reg_h, 0)); in bpf_jit_build_body()
619 EMIT(PPC_RAW_OR(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
621 EMIT(PPC_RAW_OR(dst_reg_h, dst_reg_h, tmp_reg)); in bpf_jit_build_body()
[all …]

Completed in 4 milliseconds