Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/net/
Dbpf_jit_comp64.c163 emit_li(rd, lower, ctx); in emit_imm()
731 emit_li(RV_REG_T2, 0, ctx); in bpf_jit_emit_insn()
Dbpf_jit.h912 static inline void emit_li(u8 rd, s32 imm, struct rv_jit_context *ctx) in emit_li() function