Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_comp64.c147 emit_li(rd, lower, ctx); in emit_imm()
568 emit_li(RV_REG_T2, 0, ctx); in bpf_jit_emit_insn()
H A Dbpf_jit.h844 static inline void emit_li(u8 rd, s32 imm, struct rv_jit_context *ctx) in emit_li() function