Searched refs:emit_mv (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/riscv/net/ |
A D | bpf_jit_comp64.c | 242 emit_mv(RV_REG_A0, RV_REG_A5, ctx); in __build_epilogue() 404 emit_mv(RV_REG_T2, *rd, ctx); in emit_zext_32_rd_rs() 406 emit_mv(RV_REG_T1, *rs, ctx); in emit_zext_32_rd_rs() 422 emit_mv(RV_REG_T2, *rd, ctx); in emit_zext_32_rd_t1() 749 emit_mv(RV_REG_S1, RV_REG_A0, ctx); in invoke_bpf_prog() 773 emit_mv(RV_REG_A1, RV_REG_S1, ctx); in invoke_bpf_prog() 1038 emit_mv(rd, rs, ctx); in bpf_jit_emit_insn() 1185 emit_mv(rd, RV_REG_T2, ctx); in bpf_jit_emit_insn() 1439 emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_A0, ctx); in bpf_jit_emit_insn() 1746 emit_mv(RV_REG_TCC_SAVED, RV_REG_TCC, ctx); in bpf_jit_build_prologue()
|
A D | bpf_jit.h | 889 static inline void emit_mv(u8 rd, u8 rs, struct rv_jit_context *ctx) in emit_mv() function
|
Completed in 8 milliseconds