Searched refs:emit_addiw (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 151 emit_addiw(rd, rd, lower, ctx); in emit_imm() 204 emit_addiw(RV_REG_A0, RV_REG_A5, 0, ctx); in __build_epilogue() 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() 837 emit_addiw(RV_REG_T1, RV_REG_T1, 0, ctx); in bpf_jit_emit_insn()
|
H A 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
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 195 emit_addiw(rd, rd, lower, ctx); in emit_imm() 248 emit_addiw(RV_REG_A0, RV_REG_A5, 0, ctx); in __build_epilogue() 420 emit_addiw(RV_REG_T2, *rd, 0, ctx); in emit_sext_32_rd_rs() 421 emit_addiw(RV_REG_T1, *rs, 0, ctx); in emit_sext_32_rd_rs() 436 emit_addiw(RV_REG_T2, *rd, 0, ctx); in emit_sext_32_rd() 1101 emit_addiw(rd, rs, 0, ctx); in bpf_jit_emit_insn() 1501 emit_addiw(RV_REG_T1, RV_REG_T1, 0, ctx); in bpf_jit_emit_insn()
|
H A D | bpf_jit.h | 1054 static inline void emit_addiw(u8 rd, u8 rs, s32 imm, struct rv_jit_context *ctx) in emit_addiw() function
|
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.h | 246 static inline void emit_addiw(union loongarch_instruction *insn, in emit_addiw() function
|
Completed in 10 milliseconds