Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit.h80 EMIT(PPC_RAW_SLDI(d, d, 32)); \
Dbpf_jit_comp64.c541 EMIT(PPC_RAW_SLDI(dst_reg, dst_reg, imm)); in bpf_jit_build_body()
644 EMIT(PPC_RAW_SLDI(dst_reg, dst_reg, 32)); in bpf_jit_build_body()
648 EMIT(PPC_RAW_SLDI(b2p[TMP_REG_2], b2p[TMP_REG_2], 32)); in bpf_jit_build_body()
/arch/powerpc/kernel/
Doptprobes.c141 patch_instruction(addr++, ppc_inst(PPC_RAW_SLDI(reg, reg, 32))); in patch_imm64_load_insns()
/arch/powerpc/include/asm/
Dppc-opcode.h561 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i)) macro