Searched refs:PPC_RAW_EXTSB (Results 1 – 3 of 3) sorted by relevance
766 EMIT(PPC_RAW_EXTSB(dst_reg, src_reg)); in bpf_jit_build_body()786 EMIT(PPC_RAW_EXTSB(dst_reg, src_reg)); in bpf_jit_build_body()1038 EMIT(PPC_RAW_EXTSB(dst_reg, dst_reg)); in bpf_jit_build_body()
687 EMIT(PPC_RAW_EXTSB(dst_reg, src_reg)); in bpf_jit_build_body()1000 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