Searched refs:PPC_RAW_DIVWU (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/net/ |
A D | bpf_jit_comp64.c | 402 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 D | bpf_jit_comp32.c | 408 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 D | ppc-opcode.h | 520 #define PPC_RAW_DIVWU(d, a, b) (0x7c000396 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|
Completed in 11 milliseconds