Searched refs:PPC_RAW_SLDI (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/net/ |
| H A D | bpf_jit.h | 73 EMIT(PPC_RAW_SLDI(d, d, 32)); \
|
| H A D | bpf_jit_comp64.c | 559 EMIT(PPC_RAW_SLDI(dst_reg, dst_reg, imm)); in bpf_jit_build_body() 662 EMIT(PPC_RAW_SLDI(dst_reg, dst_reg, 32)); in bpf_jit_build_body() 666 EMIT(PPC_RAW_SLDI(b2p[TMP_REG_2], b2p[TMP_REG_2], 32)); in bpf_jit_build_body()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ppc-opcode.h | 506 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i)) macro
|