Searched refs:PPC_RAW_SLDI (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/net/ |
D | bpf_jit.h | 80 EMIT(PPC_RAW_SLDI(d, d, 32)); \
|
D | bpf_jit_comp64.c | 541 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/ |
D | optprobes.c | 141 patch_instruction(addr++, ppc_inst(PPC_RAW_SLDI(reg, reg, 32))); in patch_imm64_load_insns()
|
/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 561 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i)) macro
|