Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/net/
Dbpf_jit.h163 static inline bool is_7b_uint(unsigned long val) in is_7b_uint() function
996 else if (rvc_enabled() && is_creg(rd) && is_creg(rs1) && is_7b_uint(off) && !(off & 0x3)) in emit_lw()
1006 else if (rvc_enabled() && is_creg(rs1) && is_creg(rs2) && is_7b_uint(off) && !(off & 0x3)) in emit_sw()