Searched refs:PPC_SLWI (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/net/ |
D | bpf_jit.h | 175 #define PPC_SLWI(d, a, i) PPC_RLWINM(d, a, i, 0, 31-(i)) macro
|
D | bpf_jit_comp.c | 245 PPC_SLWI(r_A, r_A, K); in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 486 PPC_SLWI(dst_reg, dst_reg, imm); in bpf_jit_build_body()
|