Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/net/
Dbpf_jit_comp64.c709 EMIT(PPC_RAW_EXTSW(dst_reg, src_reg)); in bpf_jit_build_body()
/linux-6.12.1/arch/powerpc/include/asm/
Dppc-opcode.h559 #define PPC_RAW_EXTSW(d, a) (0x7c0007b4 | ___PPC_RA(d) | ___PPC_RS(a)) macro