Home
last modified time | relevance | path

Searched refs:PPC_RAW_RLWINM_DOT (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/arch/powerpc/net/
Dbpf_jit_comp64.c1113 EMIT(PPC_RAW_RLWINM_DOT(tmp1_reg, tmp1_reg, 0, 0, 31)); in bpf_jit_build_body()
1193 EMIT(PPC_RAW_RLWINM_DOT(tmp1_reg, tmp1_reg, in bpf_jit_build_body()
/Linux-v6.6/arch/powerpc/include/asm/
Dppc-opcode.h563 #define PPC_RAW_RLWINM_DOT(d, a, i, mb, me) \ macro