Searched refs:PPC_RAW_SLDI (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/net/ | ||
| H A D | bpf_jit.h | 102 EMIT(PPC_RAW_SLDI(d, d, 32)); \ |
| /linux/arch/powerpc/include/asm/ | ||
| H A D | ppc-opcode.h | 582 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i)) macro |