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