Searched refs:PPC_RAW_SLDI (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit.h | 79 EMIT(PPC_RAW_SLDI(d, d, 32)); \
|
H A D | bpf_jit_comp64.c | 594 EMIT(PPC_RAW_SLDI(dst_reg, dst_reg, imm)); in bpf_jit_build_body() 697 EMIT(PPC_RAW_SLDI(dst_reg, dst_reg, 32)); in bpf_jit_build_body() 701 EMIT(PPC_RAW_SLDI(tmp2_reg, tmp2_reg, 32)); in bpf_jit_build_body()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | optprobes.c | 141 patch_instruction(addr++, ppc_inst(PPC_RAW_SLDI(reg, reg, 32))); in patch_imm64_load_insns()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 574 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i)) macro
|