Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit.h102 EMIT(PPC_RAW_SLDI(d, d, 32)); \
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h582 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i)) macro