Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/net/
Dbpf_jit_comp64.c470 EMIT(PPC_RAW_DIVWU(tmp1_reg, dst_reg, src_reg)); in bpf_jit_build_body()
474 EMIT(PPC_RAW_DIVWU(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
504 EMIT(PPC_RAW_DIVWU(tmp2_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
508 EMIT(PPC_RAW_DIVWU(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
Dbpf_jit_comp32.c452 EMIT(PPC_RAW_DIVWU(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body()
455 EMIT(PPC_RAW_DIVWU(_R0, src2_reg, src_reg)); in bpf_jit_build_body()
472 EMIT(PPC_RAW_DIVWU(dst_reg, src2_reg, _R0)); in bpf_jit_build_body()
482 EMIT(PPC_RAW_DIVWU(_R0, src2_reg, tmp_reg)); in bpf_jit_build_body()
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h535 #define PPC_RAW_DIVWU(d, a, b) (0x7c000396 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b)) macro