Searched refs:PPC_RAW_STH (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp32.c819 EMIT(PPC_RAW_STH(src_reg, dst_reg, off));
823 EMIT(PPC_RAW_STH(_R0, dst_reg, off));
H A Dbpf_jit_comp64.c772 EMIT(PPC_RAW_STH(src_reg, dst_reg, off));
/linux-master/arch/powerpc/include/asm/
H A Dppc-opcode.h509 #define PPC_RAW_STH(r, base, i) (0xb0000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro

Completed in 98 milliseconds