Searched refs:__shl_imm64 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 1996 static int __shl_imm64(struct nfp_prog *nfp_prog, u8 dst, u8 shift_amt) in __shl_imm64() function 2024 return __shl_imm64(nfp_prog, dst, insn->imm); in shl_imm64() 2068 return __shl_imm64(nfp_prog, dst, umin); in shl_reg64()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 1996 static int __shl_imm64(struct nfp_prog *nfp_prog, u8 dst, u8 shift_amt) in __shl_imm64() function 2024 return __shl_imm64(nfp_prog, dst, insn->imm); in shl_imm64() 2068 return __shl_imm64(nfp_prog, dst, umin); in shl_reg64()
|
Completed in 13 milliseconds