Searched refs:move_reg (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/loongarch/net/ |
A D | bpf_jit.c | 144 move_reg(ctx, TCC_SAVED, REG_TCC); in build_prologue() 291 move_reg(ctx, t3, src); in emit_atomic() 363 move_reg(ctx, t2, r0); in emit_atomic() 367 move_reg(ctx, t3, src); in emit_atomic() 375 move_reg(ctx, t3, src); in emit_atomic() 471 move_reg(ctx, dst, src); in build_insn() 538 move_reg(ctx, t1, src); in build_insn() 557 move_reg(ctx, t1, src); in build_insn() 754 move_reg(ctx, t1, dst); in build_insn() 755 move_reg(ctx, t2, src); in build_insn() [all …]
|
A D | bpf_jit.h | 169 static inline void move_reg(struct jit_ctx *ctx, enum loongarch_gpr rd, in move_reg() function
|
Completed in 6 milliseconds