Searched refs:PPC_SRDI (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/powerpc/net/ | ||
D | bpf_jit.h | 181 #define PPC_SRDI(d, a, i) PPC_RLDICL(d, a, 64-(i), i) macro |
D | bpf_jit_comp64.c | 503 PPC_SRDI(dst_reg, dst_reg, imm); in bpf_jit_build_body() |