Searched refs:PPC_RAW_RLWINM_DOT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 1125 EMIT(PPC_RAW_RLWINM_DOT(tmp1_reg, tmp1_reg, 0, 0, 31)); in bpf_jit_build_body() 1205 EMIT(PPC_RAW_RLWINM_DOT(tmp1_reg, tmp1_reg, in bpf_jit_build_body()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 563 #define PPC_RAW_RLWINM_DOT(d, a, i, mb, me) \ macro
|