Searched refs:emit_addiw (Results 1 – 2 of 2) sorted by relevance
/arch/riscv/net/ |
D | bpf_jit_comp64.c | 170 emit_addiw(rd, rd, lower, ctx); in emit_imm() 223 emit_addiw(RV_REG_A0, RV_REG_A5, 0, ctx); in __build_epilogue() 396 emit_addiw(RV_REG_T2, *rd, 0, ctx); in emit_sext_32_rd_rs() 397 emit_addiw(RV_REG_T1, *rs, 0, ctx); in emit_sext_32_rd_rs() 412 emit_addiw(RV_REG_T2, *rd, 0, ctx); in emit_sext_32_rd() 856 emit_addiw(RV_REG_T1, RV_REG_T1, 0, ctx); in bpf_jit_emit_insn()
|
D | bpf_jit.h | 948 static inline void emit_addiw(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_addiw() function
|