Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/net/
Dbpf_jit_comp64.c451 EMIT(PPC_RAW_DIVWU(tmp1_reg, dst_reg, src_reg)); in bpf_jit_build_body()
455 EMIT(PPC_RAW_DIVWU(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
485 EMIT(PPC_RAW_DIVWU(tmp2_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
489 EMIT(PPC_RAW_DIVWU(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
Dbpf_jit_comp32.c414 EMIT(PPC_RAW_DIVWU(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
417 EMIT(PPC_RAW_DIVWU(_R0, dst_reg, src_reg)); in bpf_jit_build_body()
432 EMIT(PPC_RAW_DIVWU(dst_reg, dst_reg, _R0)); in bpf_jit_build_body()
441 EMIT(PPC_RAW_DIVWU(_R0, dst_reg, tmp_reg)); in bpf_jit_build_body()
/Linux-v6.1/arch/powerpc/include/asm/
Dppc-opcode.h525 #define PPC_RAW_DIVWU(d, a, b) (0x7c000396 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b)) macro