Home
last modified time | relevance | path

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

/linux-5.19.10/arch/riscv/net/
Dbpf_jit_comp64.c220 emit_mv(RV_REG_A0, RV_REG_A5, ctx); in __build_epilogue()
382 emit_mv(RV_REG_T2, *rd, ctx); in emit_zext_32_rd_rs()
384 emit_mv(RV_REG_T1, *rs, ctx); in emit_zext_32_rd_rs()
400 emit_mv(RV_REG_T2, *rd, ctx); in emit_zext_32_rd_t1()
454 emit_mv(rd, RV_REG_A0, ctx); in emit_call()
628 emit_mv(rd, rs, ctx); in bpf_jit_emit_insn()
775 emit_mv(rd, RV_REG_T2, ctx); in bpf_jit_emit_insn()
1321 emit_mv(RV_REG_TCC_SAVED, RV_REG_TCC, ctx); in bpf_jit_build_prologue()
Dbpf_jit.h883 static inline void emit_mv(u8 rd, u8 rs, struct rv_jit_context *ctx) in emit_mv() function