Searched refs:move_reg (Results 1 – 2 of 2) sorted by relevance
/linux/arch/loongarch/net/ |
H A D | bpf_jit.c | 341 move_reg(ctx, t3, src); in emit_atomic() 413 move_reg(ctx, t2, r0); in emit_atomic() 417 move_reg(ctx, t3, src); in emit_atomic() 425 move_reg(ctx, t3, src); in emit_atomic() 526 move_reg(ctx, dst, src); in build_insn() 530 move_reg(ctx, t1, src); in build_insn() 535 move_reg(ctx, t1, src); in build_insn() 609 move_reg(ctx, t1, src); in build_insn() 615 move_reg(ctx, t1, src); in build_insn() 644 move_reg(ct in build_insn() [all...] |
H A D | bpf_jit.h | 175 static inline void move_reg(struct jit_ctx *ctx, enum loongarch_gpr rd, in move_reg() function
|