Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/riscv/net/
A Dbpf_jit.h159 static inline bool is_6b_int(long val) in is_6b_int() function
912 else if (rvc_enabled() && rd && rd == rs && imm && is_6b_int(imm)) in emit_addi()
920 if (rvc_enabled() && rd && is_6b_int(imm)) in emit_li()
928 if (rvc_enabled() && rd && rd != RV_REG_SP && is_6b_int(imm) && imm) in emit_lui()
944 if (rvc_enabled() && is_creg(rd) && rd == rs && is_6b_int(imm)) in emit_andi()
1023 if (rvc_enabled() && rd && rd == rs && is_6b_int(imm)) in emit_addiw()

Completed in 22 milliseconds