Searched refs:move_reg (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 144 move_reg(ctx, LOONGARCH_GPR_T0, LOONGARCH_GPR_RA); in build_prologue() 360 move_reg(ctx, t3, src); in emit_atomic_rmw() 488 move_reg(ctx, t2, r0); in emit_atomic_rmw() 492 move_reg(ctx, t3, src); in emit_atomic_rmw() 500 move_reg(ctx, t3, src); in emit_atomic_rmw() 717 move_reg(ctx, t1, src); in build_insn() 722 move_reg(ctx, dst, t1); in build_insn() 727 move_reg(ctx, dst, src); in build_insn() 736 move_reg(ctx, dst, src); in build_insn() 817 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
|