Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/net/
Dbpf_jit.h174 static inline bool is_9b_uint(unsigned long val) in is_9b_uint() function
1026 if (rvc_enabled() && rs1 == RV_REG_SP && rd && is_9b_uint(off) && !(off & 0x7)) in emit_ld()
1036 if (rvc_enabled() && rs1 == RV_REG_SP && is_9b_uint(off) && !(off & 0x7)) in emit_sd()