Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit.h172 static inline bool is_9b_uint(unsigned long val) in is_9b_uint() function
957 if (rvc_enabled() && rs1 == RV_REG_SP && rd && is_9b_uint(off) && !(off & 0x7)) in emit_ld()
967 if (rvc_enabled() && rs1 == RV_REG_SP && is_9b_uint(off) && !(off & 0x7)) in emit_sd()