Searched refs:emit_addiw (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/arch/riscv/net/ |
D | bpf_jit_comp64.c | 167 emit_addiw(rd, rd, lower, ctx); in emit_imm() 392 emit_addiw(RV_REG_T2, *rd, 0, ctx); in emit_sext_32_rd_rs() 393 emit_addiw(RV_REG_T1, *rs, 0, ctx); in emit_sext_32_rd_rs() 408 emit_addiw(RV_REG_T2, *rd, 0, ctx); in emit_sext_32_rd() 1007 emit_addiw(RV_REG_T1, RV_REG_T1, 0, ctx); in bpf_jit_emit_insn()
|
D | bpf_jit.h | 1016 static inline void emit_addiw(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_addiw() function
|