Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/net/
Dbpf_jit.h168 static inline bool is_8b_uint(unsigned long val) in is_8b_uint() function
994 if (rvc_enabled() && rs1 == RV_REG_SP && rd && is_8b_uint(off) && !(off & 0x3)) in emit_lw()
1004 if (rvc_enabled() && rs1 == RV_REG_SP && is_8b_uint(off) && !(off & 0x3)) in emit_sw()
1027 else if (rvc_enabled() && is_creg(rd) && is_creg(rs1) && is_8b_uint(off) && !(off & 0x7)) in emit_ld()
1037 else if (rvc_enabled() && is_creg(rs1) && is_creg(rs2) && is_8b_uint(off) && !(off & 0x7)) in emit_sd()