Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit.h73 EMIT(PPC_RAW_SLDI(d, d, 32)); \
H A Dbpf_jit_comp64.c559 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 Dppc-opcode.h506 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i)) macro