Searched refs:emit_mv (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 410 emit_mv(RV_REG_T2, *rd, ctx); in emit_zext_32_rd_rs() 412 emit_mv(RV_REG_T1, *rs, ctx); in emit_zext_32_rd_rs() 428 emit_mv(RV_REG_T2, *rd, ctx); in emit_zext_32_rd_t1() 744 emit_mv(RV_REG_S1, RV_REG_A0, ctx); in invoke_bpf_prog() 777 emit_mv(RV_REG_A1, RV_REG_S1, ctx); in invoke_bpf_prog() 1093 emit_mv(rd, rs, ctx); in bpf_jit_emit_insn() 1257 emit_mv(rd, RV_REG_T2, ctx); in bpf_jit_emit_insn() 1524 emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_A0, ctx); in bpf_jit_emit_insn() 1857 emit_mv(RV_REG_TCC_SAVED, RV_REG_TCC, ctx); in bpf_jit_build_prologue()
|
H A D | bpf_jit.h | 922 static inline void emit_mv(u8 rd, u8 rs, struct rv_jit_context *ctx) in emit_mv() function
|