Searched refs:emit_mv (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 691 emit_mv(rd, rs, ctx); in sign_extend() 707 emit_mv(rd, rs, ctx); in sign_extend() 928 emit_mv(RV_REG_S1, RV_REG_A0, ctx); in invoke_bpf_prog() 961 emit_mv(RV_REG_A1, RV_REG_S1, ctx); in invoke_bpf_prog() 1379 emit_mv(RV_REG_T1, rs, ctx); in bpf_jit_emit_insn() 1384 emit_mv(rd, RV_REG_T1, ctx); in bpf_jit_emit_insn() 1388 emit_mv(rd, rs, ctx); in bpf_jit_emit_insn() 1410 emit_mv(rd, rs, ctx); in bpf_jit_emit_insn() 1806 emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_TP, ctx); in bpf_jit_emit_insn() 1851 emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_A0, ctx); in bpf_jit_emit_insn()
|
| H A D | bpf_jit.h | 997 static inline void emit_mv(u8 rd, u8 rs, struct rv_jit_context *ctx) in emit_mv() function 1291 emit_mv(rd, RV_REG_T2, ctx); in emit_bswap() 1309 emit_mv(RV_REG_T2, r0, ctx); in emit_cmpxchg()
|