Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/ !
H A Dppc-opcode.h574 #define PPC_RAW_RLDICL_DOT(d, a, i, mb) (0x78000000 | ___PPC_RA(d) | ___PPC_RS(a) | __PPC_SH64(i) |… macro
/linux/arch/powerpc/net/ !
H A Dbpf_jit_comp64.c1211 EMIT(PPC_RAW_RLDICL_DOT(tmp1_reg, src_reg, 0, 32)); in bpf_jit_build_body()