Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
A Dbpf_jit_comp64.c402 EMIT(PPC_RAW_DIVWU(b2p[TMP_REG_1], dst_reg, src_reg)); in bpf_jit_build_body()
407 EMIT(PPC_RAW_DIVWU(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
438 EMIT(PPC_RAW_DIVWU(b2p[TMP_REG_2], in bpf_jit_build_body()
447 EMIT(PPC_RAW_DIVWU(dst_reg, dst_reg, in bpf_jit_build_body()
A Dbpf_jit_comp32.c408 EMIT(PPC_RAW_DIVWU(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
411 EMIT(PPC_RAW_DIVWU(_R0, dst_reg, src_reg)); in bpf_jit_build_body()
426 EMIT(PPC_RAW_DIVWU(dst_reg, dst_reg, _R0)); in bpf_jit_build_body()
435 EMIT(PPC_RAW_DIVWU(_R0, dst_reg, tmp_reg)); in bpf_jit_build_body()
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h520 #define PPC_RAW_DIVWU(d, a, b) (0x7c000396 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b)) macro

Completed in 10 milliseconds