Searched refs:PPC_RAW_EXTSB (Results 1 – 2 of 2) sorted by relevance
580 EMIT(PPC_RAW_EXTSB(dst_reg, src_reg)); in sign_extend()1620 EMIT(PPC_RAW_EXTSB(dst_reg, dst_reg)); in bpf_jit_build_body()
558 #define PPC_RAW_EXTSB(d, a) (0x7c000774 | ___PPC_RA(d) | ___PPC_RS(a)) macro