Searched refs:PPC_RAW_SLW (Results 1 – 3 of 3) sorted by relevance
235 EMIT(PPC_RAW_SLW(r_A, r_A, r_X)); in bpf_jit_build_body()
504 EMIT(PPC_RAW_SLW(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
484 #define PPC_RAW_SLW(d, a, s) (0x7c000030 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(s)) macro