Home
last modified time | relevance | path

Searched refs:PPC_RAW_EXTSH (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/net/
H A Dbpf_jit_comp32.c764 EMIT(PPC_RAW_EXTSH(dst_reg, src_reg)); in bpf_jit_build_body()
783 EMIT(PPC_RAW_EXTSH(dst_reg, src_reg)); in bpf_jit_build_body()
H A Dbpf_jit_comp64.c707 EMIT(PPC_RAW_EXTSH(dst_reg, src_reg)); in bpf_jit_build_body()
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h558 #define PPC_RAW_EXTSH(d, a) (0x7c000734 | ___PPC_RA(d) | ___PPC_RS(a)) macro