Searched refs:PPC_RAW_AND_DOT (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/powerpc/net/ |
D | bpf_jit_comp.c | 495 EMIT(PPC_RAW_AND_DOT(r_scratch1, r_A, r_X)); in bpf_jit_build_body() 513 EMIT(PPC_RAW_AND_DOT(r_scratch1, r_A, in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 886 EMIT(PPC_RAW_AND_DOT(b2p[TMP_REG_1], dst_reg, in bpf_jit_build_body() 975 EMIT(PPC_RAW_AND_DOT(tmp_reg, dst_reg, in bpf_jit_build_body()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 475 #define PPC_RAW_AND_DOT(d, a, b) (0x7c000039 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b)) macro
|