Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/net/
H A Dbpf_jit_comp64.c151 emit_addiw(rd, rd, lower, ctx); in emit_imm()
377 emit_addiw(RV_REG_T2, *rd, 0, ctx); in emit_sext_32_rd_rs()
378 emit_addiw(RV_REG_T1, *rs, 0, ctx); in emit_sext_32_rd_rs()
393 emit_addiw(RV_REG_T2, *rd, 0, ctx); in emit_sext_32_rd()
844 emit_addiw(RV_REG_T1, RV_REG_T1, 0, ctx); in bpf_jit_emit_insn()
H A Dbpf_jit.h947 static inline void emit_addiw(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_addiw() function