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

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c726 emit_mv(RV_REG_S1, RV_REG_A0, ctx);
759 emit_mv(RV_REG_A1, RV_REG_S1, ctx);
1083 emit_mv(rd, rs, ctx);
1487 emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_A0, ctx);
1823 emit_mv(RV_REG_TCC_SAVED, RV_REG_TCC, ctx);
H A Dbpf_jit.h954 static inline void emit_mv(u8 rd, u8 rs, struct rv_jit_context *ctx) function
1221 emit_mv(rd, RV_REG_T2, ctx);

Completed in 240 milliseconds