Searched refs:PPC_RAW_EXTSB (Results 1 – 3 of 3) sorted by relevance
761 EMIT(PPC_RAW_EXTSB(dst_reg, src_reg)); in bpf_jit_build_body()781 EMIT(PPC_RAW_EXTSB(dst_reg, src_reg)); in bpf_jit_build_body()1033 EMIT(PPC_RAW_EXTSB(dst_reg, dst_reg)); in bpf_jit_build_body()
705 EMIT(PPC_RAW_EXTSB(dst_reg, src_reg)); in bpf_jit_build_body()1018 EMIT(PPC_RAW_EXTSB(dst_reg, dst_reg)); in bpf_jit_build_body()
557 #define PPC_RAW_EXTSB(d, a) (0x7c000774 | ___PPC_RA(d) | ___PPC_RS(a)) macro