Searched refs:move_reg (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 146 move_reg(ctx, LOONGARCH_GPR_T0, LOONGARCH_GPR_RA); in build_prologue() 367 move_reg(ctx, t3, src); in emit_atomic_rmw() 495 move_reg(ctx, t2, r0); in emit_atomic_rmw() 499 move_reg(ctx, t3, src); in emit_atomic_rmw() 507 move_reg(ctx, t3, src); in emit_atomic_rmw() 723 move_reg(ctx, t1, src); in build_insn() 728 move_reg(ctx, dst, t1); in build_insn() 733 move_reg(ctx, dst, src); in build_insn() 814 move_reg(ctx, t1, src); in build_insn() 820 move_reg(ctx, t1, src); in build_insn() [all …]
|
| H A D | bpf_jit.h | 203 static inline void move_reg(struct jit_ctx *ctx, enum loongarch_gpr rd, in move_reg() function
|