Searched refs:PPC_RAW_AND (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/net/ |
D | bpf_jit_comp64.c | 495 EMIT(PPC_RAW_AND(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 504 EMIT(PPC_RAW_AND(dst_reg, dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body() 964 EMIT(PPC_RAW_AND(tmp_reg, dst_reg, src_reg)); in bpf_jit_build_body() 1051 EMIT(PPC_RAW_AND(tmp_reg, dst_reg, in bpf_jit_build_body()
|
D | bpf_jit_comp.c | 202 EMIT(PPC_RAW_AND(r_A, r_A, r_X)); in bpf_jit_build_body() 209 EMIT(PPC_RAW_AND(r_A, r_A, r_scratch1)); in bpf_jit_build_body()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 475 #define PPC_RAW_AND(d, a, b) (0x7c000038 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b)) macro
|