Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c546 emit_mv(RV_REG_T2, r0, ctx); in emit_atomic()
761 emit_mv(RV_REG_S1, RV_REG_A0, ctx); in invoke_bpf_prog()
794 emit_mv(RV_REG_A1, RV_REG_S1, ctx); in invoke_bpf_prog()
1141 emit_mv(RV_REG_T1, rs, ctx); in bpf_jit_emit_insn()
1146 emit_mv(rd, RV_REG_T1, ctx); in bpf_jit_emit_insn()
1150 emit_mv(rd, rs, ctx); in bpf_jit_emit_insn()
1172 emit_mv(rd, rs, ctx); in bpf_jit_emit_insn()
1592 emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_A0, ctx); in bpf_jit_emit_insn()
2102 emit_mv(RV_REG_TCC_SAVED, RV_REG_TCC, ctx); in bpf_jit_build_prologue()
H A Dbpf_jit.h980 static inline void emit_mv(u8 rd, u8 rs, struct rv_jit_context *ctx) in emit_mv() function
1274 emit_mv(rd, RV_REG_T2, ctx); in emit_bswap()