Searched defs:imm8 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | module.c | 76 u16 imm8 = (offset & 0x100) << (12 - 8); in apply_r_riscv_rcv_branch_rela() local
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | module.c | 77 u16 imm8 = (offset & 0x100) << (12 - 8); in apply_r_riscv_rvc_branch_rela() local
|
/kernel/linux/linux-5.10/arch/arm/net/ |
H A D | bpf_jit_32.c | 321 static u32 arm_bpf_ldst_imm8(u32 op, u8 rt, u8 rn, s16 imm8) in arm_bpf_ldst_imm8() argument
|
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit.h | 631 static inline u16 rvc_lwsp(u8 rd, u32 imm8) in rvc_lwsp() argument 659 static inline u16 rvc_swsp(u32 imm8, u8 rs2) in rvc_swsp() argument 758 static inline u16 rvc_ld(u8 rd, u32 imm8, u8 rs1) in rvc_ld() argument 767 static inline u16 rvc_sd(u8 rs1, u32 imm8, u argument [all...] |
/kernel/linux/linux-6.6/arch/arm/net/ |
H A D | bpf_jit_32.c | 321 static u32 arm_bpf_ldst_imm8(u32 op, u8 rt, u8 rn, s16 imm8) in arm_bpf_ldst_imm8() argument
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit.h | 697 static inline u16 rvc_lwsp(u8 rd, u32 imm8) in rvc_lwsp() argument 725 static inline u16 rvc_swsp(u32 imm8, u8 rs2) in rvc_swsp() argument 864 static inline u16 rvc_ld(u8 rd, u32 imm8, u8 rs1) in rvc_ld() argument 873 static inline u16 rvc_sd(u8 rs1, u32 imm8, u argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 487 __emit_ld_field(struct nfp_prog *nfp_prog, enum shf_sc sc, u8 areg, u8 bmask, u8 breg, u8 shift, bool imm8, bool zero, bool swap, bool wr_both, bool dst_lmextn, bool src_lmextn) __emit_ld_field() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 487 __emit_ld_field(struct nfp_prog *nfp_prog, enum shf_sc sc, u8 areg, u8 bmask, u8 breg, u8 shift, bool imm8, bool zero, bool swap, bool wr_both, bool dst_lmextn, bool src_lmextn) __emit_ld_field() argument
|
Completed in 25 milliseconds