Searched refs:PPC_RAW_MULW (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/powerpc/net/ |
D | bpf_jit_comp.c | 159 EMIT(PPC_RAW_MULW(r_A, r_A, r_X)); in bpf_jit_build_body() 166 EMIT(PPC_RAW_MULW(r_A, r_A, r_scratch1)); in bpf_jit_build_body() 182 EMIT(PPC_RAW_MULW(r_scratch1, r_X, r_scratch1)); in bpf_jit_build_body() 191 EMIT(PPC_RAW_MULW(r_scratch1, r_scratch2, r_scratch1)); in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 367 EMIT(PPC_RAW_MULW(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 378 EMIT(PPC_RAW_MULW(dst_reg, dst_reg, in bpf_jit_build_body() 389 EMIT(PPC_RAW_MULW(b2p[TMP_REG_1], src_reg, in bpf_jit_build_body() 421 EMIT(PPC_RAW_MULW(b2p[TMP_REG_1], in bpf_jit_build_body()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 464 #define PPC_RAW_MULW(d, a, b) (0x7c0001d6 | ___PPC_RT(d) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|