Searched refs:PPC_RAW_MULW (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/net/ |
A D | bpf_jit_comp32.c | 367 EMIT(PPC_RAW_MULW(_R0, dst_reg, src_reg_h)); in bpf_jit_build_body() 368 EMIT(PPC_RAW_MULW(dst_reg_h, dst_reg_h, src_reg)); in bpf_jit_build_body() 370 EMIT(PPC_RAW_MULW(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 375 EMIT(PPC_RAW_MULW(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 382 EMIT(PPC_RAW_MULW(dst_reg, dst_reg, _R0)); in bpf_jit_build_body() 400 EMIT(PPC_RAW_MULW(dst_reg_h, dst_reg_h, tmp_reg)); in bpf_jit_build_body() 404 EMIT(PPC_RAW_MULW(dst_reg, dst_reg, tmp_reg)); in bpf_jit_build_body() 412 EMIT(PPC_RAW_MULW(_R0, src_reg, _R0)); in bpf_jit_build_body() 436 EMIT(PPC_RAW_MULW(_R0, tmp_reg, _R0)); in bpf_jit_build_body()
|
A D | bpf_jit_comp64.c | 381 EMIT(PPC_RAW_MULW(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 392 EMIT(PPC_RAW_MULW(dst_reg, dst_reg, in bpf_jit_build_body() 403 EMIT(PPC_RAW_MULW(b2p[TMP_REG_1], src_reg, in bpf_jit_build_body() 441 EMIT(PPC_RAW_MULW(b2p[TMP_REG_1], in bpf_jit_build_body()
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 517 #define PPC_RAW_MULW(d, a, b) (0x7c0001d6 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|
Completed in 12 milliseconds