Searched refs:emit_mv (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 721 emit_mv(rd, rs, ctx); in sign_extend() 737 emit_mv(rd, rs, ctx); in sign_extend() 958 emit_mv(RV_REG_S1, RV_REG_A0, ctx); in invoke_bpf_prog() 991 emit_mv(RV_REG_A1, RV_REG_S1, ctx); in invoke_bpf_prog() 1387 emit_mv(RV_REG_T1, rs, ctx); in bpf_jit_emit_insn() 1392 emit_mv(rd, RV_REG_T1, ctx); in bpf_jit_emit_insn() 1396 emit_mv(rd, rs, ctx); in bpf_jit_emit_insn() 1418 emit_mv(rd, rs, ctx); in bpf_jit_emit_insn() 1838 emit_mv(bpf_to_rv_reg(BPF_REG_0, ctx), RV_REG_A0, ctx); in bpf_jit_emit_insn() 2085 emit_mv(RV_REG_TCC_SAVED, RV_REG_TCC, ctx); in bpf_jit_build_prologue()
|
| H A D | bpf_jit.h | 1002 static inline void emit_mv(u8 rd, u8 rs, struct rv_jit_context *ctx) in emit_mv() function 1296 emit_mv(rd, RV_REG_T2, ctx); in emit_bswap() 1314 emit_mv(RV_REG_T2, r0, ctx); in emit_cmpxchg()
|