Searched refs:move_reg (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/loongarch/net/
H A Dbpf_jit.c144 move_reg(ctx, TCC_SAVED, REG_TCC);
182 move_reg(ctx, LOONGARCH_GPR_A0, regmap[BPF_REG_0]);
296 move_reg(ctx, t3, src);
368 move_reg(ctx, t2, r0);
372 move_reg(ctx, t3, src);
380 move_reg(ctx, t3, src);
481 move_reg(ctx, dst, src);
485 move_reg(ctx, t1, src);
490 move_reg(ctx, t1, src);
564 move_reg(ct
[all...]
H A Dbpf_jit.h169 static inline void move_reg(struct jit_ctx *ctx, enum loongarch_gpr rd, function

Completed in 110 milliseconds