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