Home
last modified time | relevance | path

Searched refs:is_8b_uint (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/riscv/net/
H A Dbpf_jit.h168 static inline bool is_8b_uint(unsigned long val) in is_8b_uint() function
927 if (rvc_enabled() && rs1 == RV_REG_SP && rd && is_8b_uint(off) && !(off & 0x3)) in emit_lw()
937 if (rvc_enabled() && rs1 == RV_REG_SP && is_8b_uint(off) && !(off & 0x3)) in emit_sw()
960 else if (rvc_enabled() && is_creg(rd) && is_creg(rs1) && is_8b_uint(off) && !(off & 0x7)) in emit_ld()
970 else if (rvc_enabled() && is_creg(rs1) && is_creg(rs2) && is_8b_uint(off) && !(off & 0x7)) in emit_sd()
/kernel/linux/linux-6.6/arch/riscv/net/
H A Dbpf_jit.h172 static inline bool is_8b_uint(unsigned long val) in is_8b_uint() function
1033 if (rvc_enabled() && rs1 == RV_REG_SP && rd && is_8b_uint(off) && !(off & 0x3)) in emit_lw()
1043 if (rvc_enabled() && rs1 == RV_REG_SP && is_8b_uint(off) && !(off & 0x3)) in emit_sw()
1066 else if (rvc_enabled() && is_creg(rd) && is_creg(rs1) && is_8b_uint(off) && !(off & 0x7)) in emit_ld()
1076 else if (rvc_enabled() && is_creg(rs1) && is_creg(rs2) && is_8b_uint(off) && !(off & 0x7)) in emit_sd()

Completed in 5 milliseconds