Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/net/
H A Dbpf_jit_comp64.c155 emit_sextw(ra, *rd, ctx); in emit_sextw_alt()
1181 emit_sextw(rd, rs, ctx); in bpf_jit_emit_insn()
1537 emit_sextw(RV_REG_T1, RV_REG_T1, ctx); in bpf_jit_emit_insn()
1583 emit_sextw(reg, reg, ctx); in bpf_jit_emit_insn()
H A Dbpf_jit.h1192 static inline void emit_sextw(u8 rd, u8 rs, struct rv_jit_context *ctx) in emit_sextw() function