Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h560 #define PPC_RAW_EXTSW(d, a) (0x7c0007b4 | ___PPC_RA(d) | ___PPC_RS(a)) macro
/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c588 EMIT(PPC_RAW_EXTSW(dst_reg, src_reg)); in sign_extend()