Searched refs:PPC_RAW_EXTSH (Results 1 – 3 of 3) sorted by relevance
764 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()
707 EMIT(PPC_RAW_EXTSH(dst_reg, src_reg)); in bpf_jit_build_body()
558 #define PPC_RAW_EXTSH(d, a) (0x7c000734 | ___PPC_RA(d) | ___PPC_RS(a)) macro