Searched refs:PPC_RAW_STW (Results 1 – 3 of 3) sorted by relevance
122 #define PPC_BPF_STL(r, base, i) do { EMIT(PPC_RAW_STW(r, base, i)); } while(0)
674 EMIT(PPC_RAW_STW(src_reg, dst_reg, off)); in bpf_jit_build_body()
444 #define PPC_RAW_STW(r, base, i) (0x90000000 | ___PPC_RS(r) | ___PPC_RA(base) | IMM_L(i)) macro