Searched refs:shift_amt (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 1987 * if shift_amt >= 32 1988 * dst_high = dst_low << shift_amt[4:0] 1991 * dst_high = (dst_high, dst_low) >> (32 - shift_amt) 1992 * dst_low = dst_low << shift_amt 1996 static int __shl_imm64(struct nfp_prog *nfp_prog, u8 dst, u8 shift_amt) in __shl_imm64() argument 1998 if (!shift_amt) in __shl_imm64() 2001 if (shift_amt < 32) { in __shl_imm64() 2004 32 - shift_amt); in __shl_imm64() 2006 reg_b(dst), SHF_SC_L_SHF, shift_amt); in __shl_imm64() 2007 } else if (shift_amt in __shl_imm64() 2111 __shr_imm64(struct nfp_prog *nfp_prog, u8 dst, u8 shift_amt) __shr_imm64() argument 2215 __ashr_imm64(struct nfp_prog *nfp_prog, u8 dst, u8 shift_amt) __ashr_imm64() argument 2427 __ashr_imm(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, u8 dst, u8 shift_amt) __ashr_imm() argument 2475 __shr_imm(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, u8 dst, u8 shift_amt) __shr_imm() argument 2514 __shl_imm(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, u8 dst, u8 shift_amt) __shl_imm() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 1987 * if shift_amt >= 32 1988 * dst_high = dst_low << shift_amt[4:0] 1991 * dst_high = (dst_high, dst_low) >> (32 - shift_amt) 1992 * dst_low = dst_low << shift_amt 1996 static int __shl_imm64(struct nfp_prog *nfp_prog, u8 dst, u8 shift_amt) in __shl_imm64() argument 1998 if (!shift_amt) in __shl_imm64() 2001 if (shift_amt < 32) { in __shl_imm64() 2004 32 - shift_amt); in __shl_imm64() 2006 reg_b(dst), SHF_SC_L_SHF, shift_amt); in __shl_imm64() 2007 } else if (shift_amt in __shl_imm64() 2111 __shr_imm64(struct nfp_prog *nfp_prog, u8 dst, u8 shift_amt) __shr_imm64() argument 2215 __ashr_imm64(struct nfp_prog *nfp_prog, u8 dst, u8 shift_amt) __ashr_imm64() argument 2427 __ashr_imm(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, u8 dst, u8 shift_amt) __ashr_imm() argument 2475 __shr_imm(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, u8 dst, u8 shift_amt) __shr_imm() argument 2514 __shl_imm(struct nfp_prog *nfp_prog, struct nfp_insn_meta *meta, u8 dst, u8 shift_amt) __shl_imm() argument [all...] |
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pcie-brcmstb.c | 512 const int shift_amt = data->hwirq + msi->legacy_shift; in brcm_msi_ack_irq() local 514 writel(1 << shift_amt, msi->intr_base + MSI_INT_CLR); in brcm_msi_ack_irq()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pcie-brcmstb.c | 490 const int shift_amt = data->hwirq + msi->legacy_shift; in brcm_msi_ack_irq() local 492 writel(1 << shift_amt, msi->intr_base + MSI_INT_CLR); in brcm_msi_ack_irq()
|
Completed in 15 milliseconds