Home
last modified time | relevance | path

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

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