Home
last modified time | relevance | path

Searched refs:PPC_RAW_LDX (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp64.c1023 EMIT(PPC_RAW_LDX(dst_reg, src_reg, tmp1_reg)); in bpf_jit_build_body()
/linux-6.15/arch/powerpc/include/asm/
H A Dppc-opcode.h513 #define PPC_RAW_LDX(r, base, b) (0x7c00002a | ___PPC_RT(r) | ___PPC_RA(base) | ___PPC_RB(b)) macro