Searched refs:emit_mv (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 204 emit_mv(RV_REG_A0, RV_REG_A5, ctx); in __build_epilogue() 339 emit_mv(RV_REG_TCC, RV_REG_T1, ctx); in emit_bpf_tail_call() 367 emit_mv(RV_REG_T2, *rd, ctx); in emit_zext_32_rd_rs() 369 emit_mv(RV_REG_T1, *rs, ctx); in emit_zext_32_rd_rs() 385 emit_mv(RV_REG_T2, *rd, ctx); in emit_zext_32_rd_t1() 439 emit_mv(rd, RV_REG_A0, ctx); in emit_call() 465 emit_mv(rd, rs, ctx); in bpf_jit_emit_insn() 612 emit_mv(rd, RV_REG_T2, ctx); in bpf_jit_emit_insn() 1138 emit_mv(RV_REG_TCC_SAVED, RV_REG_TCC, ctx); in bpf_jit_build_prologue()
|
| H A D | bpf_jit.h | 815 static inline void emit_mv(u8 rd, u8 rs, struct rv_jit_context *ctx) in emit_mv() function
|